patch-2.4.18 linux/fs/adfs/dir_fplus.c
Next file: linux/fs/adfs/super.c
Previous file: linux/fs/adfs/dir_f.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jan 23 20:15:01 2002
- Orig file:
linux.orig/fs/adfs/dir_fplus.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/adfs/dir_fplus.c linux/fs/adfs/dir_fplus.c
@@ -35,7 +35,7 @@
goto out;
}
- dir->bh[0] = bread(sb->s_dev, block, sb->s_blocksize);
+ dir->bh[0] = sb_bread(sb, block);
if (!dir->bh[0])
goto out;
dir->nr_buffers += 1;
@@ -60,7 +60,7 @@
goto out;
}
- dir->bh[blk] = bread(sb->s_dev, block, sb->s_blocksize);
+ dir->bh[blk] = sb_bread(sb, block);
if (!dir->bh[blk])
goto out;
dir->nr_buffers = blk;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)