vserver 2.0 rc7
[linux-2.6.git] / fs / open.c
index e3dfda3..912ca6c 100644 (file)
--- a/fs/open.c
+++ b/fs/open.c
@@ -683,7 +683,6 @@ static int chown_common(struct dentry * dentry, uid_t user, gid_t group)
        error = -EPERM;
        if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
                goto out;
-
        newattrs.ia_valid =  ATTR_CTIME;
        if (user != (uid_t) -1) {
                newattrs.ia_valid |= ATTR_UID;