diff options
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index 9a7f8bd748d8..7286f87ce863 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -4766,7 +4766,7 @@ int __page_symlink(struct inode *inode, const char *symname, int len, int nofs) | |||
4766 | struct page *page; | 4766 | struct page *page; |
4767 | void *fsdata; | 4767 | void *fsdata; |
4768 | int err; | 4768 | int err; |
4769 | unsigned int flags = AOP_FLAG_UNINTERRUPTIBLE; | 4769 | unsigned int flags = 0; |
4770 | if (nofs) | 4770 | if (nofs) |
4771 | flags |= AOP_FLAG_NOFS; | 4771 | flags |= AOP_FLAG_NOFS; |
4772 | 4772 | ||