X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fgfs2%2Fops_address.c;h=4ddab67867eb273553b6afbf0a42399f56c51735;hb=4ce5f24193cef2e26f182ce708e94ba1f5fafc0c;hp=6e4ea36c6605af6300bbe4854497ca7f4dacd8fc;hpb=238c6d54830c624f34ac9cf123ac04aebfca5013;p=~andy%2Flinux diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index 6e4ea36c660..4ddab67867e 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c @@ -675,6 +675,7 @@ static int gfs2_write_begin(struct file *file, struct address_space *mapping, goto out_trans_fail; error = -ENOMEM; + flags |= AOP_FLAG_NOFS; page = grab_cache_page_write_begin(mapping, index, flags); *pagep = page; if (unlikely(!page))