patch-2.4.18 linux/fs/fat/buffer.c
Next file: linux/fs/fat/inode.c
Previous file: linux/fs/ext3/super.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Jan 23 20:15:01 2002
- Orig file:
linux.orig/fs/fat/buffer.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/fat/buffer.c linux/fs/fat/buffer.c
@@ -59,12 +59,12 @@
struct buffer_head *default_fat_bread(struct super_block *sb, int block)
{
- return bread (sb->s_dev, block, sb->s_blocksize);
+ return sb_bread(sb, block);
}
struct buffer_head *default_fat_getblk(struct super_block *sb, int block)
{
- return getblk (sb->s_dev, block, sb->s_blocksize);
+ return sb_getblk(sb, block);
}
void default_fat_brelse(struct super_block *sb, struct buffer_head *bh)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)