patch-2.2.15 linux/fs/ufs/dir.c
Next file: linux/fs/umsdos/README-WIP.txt
Previous file: linux/fs/smbfs/sock.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Apr 21 12:46:45 2000
- Orig file:
v2.2.14/fs/ufs/dir.c
- Orig date:
Sat Aug 14 02:25:59 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/fs/ufs/dir.c linux/fs/ufs/dir.c
@@ -108,9 +108,9 @@
bh, offset)) {
/* On error, skip the f_pos to the
next block. */
- filp->f_pos = (filp->f_pos &
+ filp->f_pos = (filp->f_pos |
(sb->s_blocksize - 1)) +
- sb->s_blocksize;
+ 1;
brelse (bh);
return stored;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)