patch-2.3.48 linux/fs/attr.c
Next file: linux/fs/autofs/autofs_i.h
Previous file: linux/fs/affs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sat Feb 26 20:33:42 2000
- Orig file:
v2.3.47/linux/fs/attr.c
- Orig date:
Sun Feb 20 21:12:39 2000
diff -u --recursive --new-file v2.3.47/linux/fs/attr.c linux/fs/attr.c
@@ -92,8 +92,8 @@
attr->ia_mtime = now;
if (inode->i_sb && inode->i_sb->s_op &&
- inode->i_sb->s_op->notify_change)
- error = inode->i_sb->s_op->notify_change(dentry, attr);
+ inode->i_op->setattr)
+ error = inode->i_op->setattr(dentry, attr);
else {
error = inode_change_ok(inode, attr);
if (!error)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)