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

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)