X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fgfs2%2Fops_address.c;h=4ddab67867eb273553b6afbf0a42399f56c51735;hb=89bd55d1855f8e9a4e9add8e93f3144d049c469e;hp=6e4ea36c6605af6300bbe4854497ca7f4dacd8fc;hpb=ac8cc0fa5395fe2278e305a4cbed48e90d88d878;p=linux-2.6-omap-h63xx.git 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))