summaryrefslogtreecommitdiffstats
path: root/fs/fat/cvf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/cvf.c')
-rw-r--r--fs/fat/cvf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fat/cvf.c b/fs/fat/cvf.c
index 24cf1164f..5bfbaeb64 100644
--- a/fs/fat/cvf.c
+++ b/fs/fat/cvf.c
@@ -27,9 +27,9 @@ struct buffer_head *bigblock_fat_bread(struct super_block *, int);
void default_fat_brelse(struct super_block *, struct buffer_head *);
void bigblock_fat_brelse(struct super_block *, struct buffer_head *);
void default_fat_mark_buffer_dirty (struct super_block *,
- struct buffer_head *, int);
+ struct buffer_head *);
void bigblock_fat_mark_buffer_dirty (struct super_block *,
- struct buffer_head *, int);
+ struct buffer_head *);
void default_fat_set_uptodate (struct super_block *, struct buffer_head *,int);
void bigblock_fat_set_uptodate (struct super_block *, struct buffer_head *,int);
int default_fat_is_uptodate(struct super_block *, struct buffer_head *);