patch-2.0.31 linux/fs/ext2/symlink.c
Next file: linux/fs/fcntl.c
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Aug 6 17:52:01 1997
- Orig file:
v2.0.30/linux/fs/ext2/symlink.c
- Orig date:
Fri Apr 12 00:33:26 1996
diff -u --recursive --new-file v2.0.30/linux/fs/ext2/symlink.c linux/fs/ext2/symlink.c
@@ -86,10 +86,7 @@
link = bh->b_data;
} else
link = (char *) inode->u.ext2_i.i_data;
- if (!IS_RDONLY(inode)) {
- inode->i_atime = CURRENT_TIME;
- inode->i_dirt = 1;
- }
+ UPDATE_ATIME(inode);
current->link_count++;
error = open_namei (link, flag, mode, res_inode, dir);
current->link_count--;
@@ -127,10 +124,7 @@
i++;
put_user (c, buffer++);
}
- if (!IS_RDONLY(inode)) {
- inode->i_atime = CURRENT_TIME;
- inode->i_dirt = 1;
- }
+ UPDATE_ATIME(inode);
iput (inode);
if (bh)
brelse (bh);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov