OSDN Git Service

dax: add tracepoints to dax_pfn_mkwrite()
[tomoyo/tomoyo-test1.git] / fs / namei.c
index 9a7f8bd..7286f87 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;