fs: Remove aop flags parameter from cont_write_begin()
There are no more aop flags left, so remove the parameter. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
b3992d1e2e
commit
be3bbbc588
9 changed files with 9 additions and 9 deletions
|
|
@ -238,7 +238,7 @@ int generic_write_end(struct file *, struct address_space *,
|
|||
void page_zero_new_buffers(struct page *page, unsigned from, unsigned to);
|
||||
void clean_page_buffers(struct page *page);
|
||||
int cont_write_begin(struct file *, struct address_space *, loff_t,
|
||||
unsigned, unsigned, struct page **, void **,
|
||||
unsigned, struct page **, void **,
|
||||
get_block_t *, loff_t *);
|
||||
int generic_cont_expand_simple(struct inode *inode, loff_t size);
|
||||
int block_commit_write(struct page *page, unsigned from, unsigned to);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue