]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/xattr.c
[MIPS] Sibyte: Fix interrupt timer off by one bug.
[linux-2.6-omap-h63xx.git] / fs / ext3 / xattr.c
index 238199d82ce547791aa735665f1741ab99c3a573..e8d60bf6b7df7b6bc964eccc2046d72dd5c0064e 100644 (file)
@@ -946,10 +946,6 @@ ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
        };
        int error;
 
-       if (IS_RDONLY(inode))
-               return -EROFS;
-       if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
-               return -EPERM;
        if (!name)
                return -EINVAL;
        if (strlen(name) > 255)