patch-2.4.0-test8 linux/fs/fat/cvf.c

Next file: linux/fs/fat/dir.c
Previous file: linux/fs/fat/cache.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/fs/fat/cvf.c linux/fs/fat/cvf.c
@@ -27,9 +27,9 @@
 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 *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)