patch-2.4.13 linux/fs/fat/msbuffer.h

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

diff -u --recursive --new-file v2.4.12/linux/fs/fat/msbuffer.h linux/fs/fat/msbuffer.h
@@ -1,14 +0,0 @@
-/* Number of bytes to readahead on disc access */
-#define FAT_READAHEAD (18*1024)
-
-struct buffer_head *fat_bread (struct super_block *sb, int block);
-struct buffer_head *fat_getblk (struct super_block *sb, int block);
-void fat_brelse (struct super_block *sb, struct buffer_head *bh);
-void fat_mark_buffer_dirty (struct super_block *sb,
-	 struct buffer_head *bh);
-void fat_set_uptodate (struct super_block *sb,
-	 struct buffer_head *bh,
-	 int val);
-int fat_is_uptodate (struct super_block *sb, struct buffer_head *bh);
-void fat_ll_rw_block (struct super_block *sb, int opr,
-	int nbreq, struct buffer_head *bh[32]);

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