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 linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html