patch-2.3.6 linux/fs/ext2/symlink.c
Next file: linux/fs/fat/inode.c
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Jun 9 20:46:53 1999
- Orig file:
v2.3.5/linux/fs/ext2/symlink.c
- Orig date:
Sat Sep 19 13:38:18 1998
diff -u --recursive --new-file v2.3.5/linux/fs/ext2/symlink.c linux/fs/ext2/symlink.c
@@ -102,7 +102,6 @@
i++;
if (copy_to_user(buffer, link, i))
i = -EFAULT;
- UPDATE_ATIME(inode);
if (bh)
brelse (bh);
return i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)