aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs/dir.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-04-21 16:22:01 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-21 16:22:01 +1000
commit2f9345705f5308ec2c7a16db5ea9f0f61745e6ab (patch)
tree662c9296e8458620c6662fd269bebf78e6fa9196 /fs/exofs/dir.c
parent4eefe195614d150ecc99c21ebad5d88a054f6df8 (diff)
parenta55dddf57c2d08c252eb07955d5757156ffacec7 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'fs/exofs/dir.c')
-rw-r--r--fs/exofs/dir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/exofs/dir.c b/fs/exofs/dir.c
index 42f9a0a0c4ca..8eeb694332fe 100644
--- a/fs/exofs/dir.c
+++ b/fs/exofs/dir.c
@@ -405,8 +405,7 @@ int exofs_set_link(struct inode *dir, struct exofs_dir_entry *de,
int err;
lock_page(page);
- err = exofs_write_begin(NULL, page->mapping, pos, len,
- AOP_FLAG_UNINTERRUPTIBLE, &page, NULL);
+ err = exofs_write_begin(NULL, page->mapping, pos, len, 0, &page, NULL);
if (err)
EXOFS_ERR("exofs_set_link: exofs_write_begin FAILED => %d\n",
err);