X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Fxattr.c;h=e9054c1c7d9366ce36f1d140b125c5db8915cd15;hb=8e39df215c4b1d3e6f9e62f92d35ab1aa11104eb;hp=d7962139c0108a329386b86d61088cc4dedb3eb1;hpb=75659ca0c10992dcb39258518368a0f6f56e935d;p=linux-2.6 diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index d7962139c0..e9054c1c7d 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -1386,7 +1386,7 @@ ext4_xattr_cache_insert(struct buffer_head *bh) struct mb_cache_entry *ce; int error; - ce = mb_cache_entry_alloc(ext4_xattr_cache); + ce = mb_cache_entry_alloc(ext4_xattr_cache, GFP_NOFS); if (!ce) { ea_bdebug(bh, "out of memory"); return;