X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext2%2Fxattr.c;h=a99d46f3b26eb032e13c5a3d9f26484518997b5c;hb=f838bad1b3be8ca0c785ee0e0c570dfda74cf377;hp=3e8683dbb13fb0d5cfa12ffbc9bccf560fe63d52;hpb=b6257a9036f06878a0f02354d5a07f155e1cfee0;p=linux-2.6 diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c index 3e8683dbb1..a99d46f3b2 100644 --- a/fs/ext2/xattr.c +++ b/fs/ext2/xattr.c @@ -835,7 +835,7 @@ ext2_xattr_cache_insert(struct buffer_head *bh) struct mb_cache_entry *ce; int error; - ce = mb_cache_entry_alloc(ext2_xattr_cache); + ce = mb_cache_entry_alloc(ext2_xattr_cache, GFP_NOFS); if (!ce) return -ENOMEM; error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, &hash);