patch-1.3.99 linux/fs/block_dev.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/affs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon May 6 12:26:13 1996
- Orig file:
v1.3.98/linux/fs/block_dev.c
- Orig date:
Mon Mar 4 11:25:48 1996
diff -u --recursive --new-file v1.3.98/linux/fs/block_dev.c linux/fs/block_dev.c
@@ -225,9 +225,9 @@
if (block + blocks > size)
blocks = size - block;
- /* We do this in a two stage process. We first try and request
+ /* We do this in a two stage process. We first try to request
as many blocks as we can, then we wait for the first one to
- complete, and then we try and wrap up as many as are actually
+ complete, and then we try to wrap up as many as are actually
done. This routine is rather generic, in that it can be used
in a filesystem by substituting the appropriate function in
for getblk.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this