]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/namei.c
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
[karo-tx-linux.git] / fs / namei.c
index 9a7f8bd748d817b29901e82943e06ae05811f73b..7286f87ce863568bbe1b84f8e432b809118146b5 100644 (file)
@@ -4766,7 +4766,7 @@ int __page_symlink(struct inode *inode, const char *symname, int len, int nofs)
        struct page *page;
        void *fsdata;
        int err;
-       unsigned int flags = AOP_FLAG_UNINTERRUPTIBLE;
+       unsigned int flags = 0;
        if (nofs)
                flags |= AOP_FLAG_NOFS;