mirror of
https://gitee.com/bianbu-linux/linux-6.6-fh
synced 2025-04-24 20:17:08 -04:00
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
|
@ -232,7 +232,7 @@ static int fat_write_begin(struct file *file, struct address_space *mapping,
|
|||
int err;
|
||||
|
||||
*pagep = NULL;
|
||||
err = cont_write_begin(file, mapping, pos, len, flags,
|
||||
err = cont_write_begin(file, mapping, pos, len,
|
||||
pagep, fsdata, fat_get_block,
|
||||
&MSDOS_I(mapping->host)->mmu_private);
|
||||
if (err < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue