diff options
Diffstat (limited to 'fs/ncpfs')
-rw-r--r-- | fs/ncpfs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ncpfs/file.c b/fs/ncpfs/file.c index 0ed65e0c3dfe..64a326418aa2 100644 --- a/fs/ncpfs/file.c +++ b/fs/ncpfs/file.c | |||
@@ -20,9 +20,9 @@ | |||
20 | 20 | ||
21 | #include "ncp_fs.h" | 21 | #include "ncp_fs.h" |
22 | 22 | ||
23 | static int ncp_fsync(struct file *file, int datasync) | 23 | static int ncp_fsync(struct file *file, loff_t start, loff_t end, int datasync) |
24 | { | 24 | { |
25 | return 0; | 25 | return filemap_write_and_wait_range(file->f_mapping, start, end); |
26 | } | 26 | } |
27 | 27 | ||
28 | /* | 28 | /* |