patch-2.4.18 linux/fs/efs/namei.c
Next file: linux/fs/efs/super.c
Previous file: linux/fs/efs/inode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jan 23 20:15:01 2002
- Orig file:
linux.orig/fs/efs/namei.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/efs/namei.c linux/fs/efs/namei.c
@@ -24,7 +24,7 @@
for(block = 0; block < inode->i_blocks; block++) {
- bh = bread(inode->i_dev, efs_bmap(inode, block), EFS_DIRBSIZE);
+ bh = sb_bread(inode->i_sb, efs_bmap(inode, block));
if (!bh) {
printk(KERN_ERR "EFS: find_entry(): failed to read dir block %d\n", block);
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)