patch-2.4.18 linux/fs/adfs/dir_f.c
Next file: linux/fs/adfs/dir_fplus.c
Previous file: linux/fs/Makefile
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/adfs/dir_f.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/adfs/dir_f.c linux/fs/adfs/dir_f.c
@@ -193,7 +193,7 @@
goto release_buffers;
}
- dir->bh[blk] = bread(sb->s_dev, phys, sb->s_blocksize);
+ dir->bh[blk] = sb_bread(sb, phys);
if (!dir->bh[blk])
goto release_buffers;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)