X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fgfs2%2Faops.c;h=30de4f2a2ea90f45d0108f2a571f9d1f233ed4e0;hb=8c3d8bc76e1bacb449784f727ce51742ae0025a1;hp=01c4975da4bc6252a9ce41e4c23ebd183c80a47c;hpb=ceb736c395058699dc82e5efdb2a9279a5b29451;p=karo-tx-linux.git diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c index 01c4975da4bc..30de4f2a2ea9 100644 --- a/fs/gfs2/aops.c +++ b/fs/gfs2/aops.c @@ -643,7 +643,7 @@ static int gfs2_write_begin(struct file *file, struct address_space *mapping, goto out_unlock; requested = data_blocks + ind_blocks; - error = gfs2_inplace_reserve(ip, requested); + error = gfs2_inplace_reserve(ip, requested, 0); if (error) goto out_qunlock; }