This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / affs / inode.c
index f94afc0..37aca8f 100644 (file)
@@ -249,7 +249,7 @@ affs_notify_change(struct dentry *dentry, struct iattr *attr)
                goto out;
        }
 
-       error = inode_setattr(inode, attr);
+       inode_setattr(inode, attr);
        if (!error && (attr->ia_valid & ATTR_MODE))
                mode_to_prot(inode);
 out: