[PATCH 4/4] Have reiser4 call generic_attrkill from its setattr operation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the only filesystem in -mm but not in mainline that seems to
be affected by this change...

Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx>
---
 fs/reiser4/plugin/inode_ops.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/reiser4/plugin/inode_ops.c b/fs/reiser4/plugin/inode_ops.c
index 48430f7..25a0093 100644
--- a/fs/reiser4/plugin/inode_ops.c
+++ b/fs/reiser4/plugin/inode_ops.c
@@ -436,6 +436,7 @@ int reiser4_setattr_common(struct dentry *dentry, struct iattr *attr)
 	int result;
 
 	inode = dentry->d_inode;
+	generic_attrkill(inode->i_mode, attr);
 	result = inode_change_ok(inode, attr);
 	if (result)
 		return result;
-- 
1.5.2.2

-
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux