aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/eattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r--fs/gfs2/eattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c
index 81755925a755..e3f76f451b0a 100644
--- a/fs/gfs2/eattr.c
+++ b/fs/gfs2/eattr.c
@@ -448,7 +448,7 @@ static int ea_get_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_header *ea,
448 unsigned int x; 448 unsigned int x;
449 int error = 0; 449 int error = 0;
450 450
451 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_KERNEL); 451 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_NOFS);
452 if (!bh) 452 if (!bh)
453 return -ENOMEM; 453 return -ENOMEM;
454 454
@@ -1206,7 +1206,7 @@ static int ea_acl_chmod_unstuffed(struct gfs2_inode *ip,
1206 unsigned int x; 1206 unsigned int x;
1207 int error; 1207 int error;
1208 1208
1209 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_KERNEL); 1209 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_NOFS);
1210 if (!bh) 1210 if (!bh)
1211 return -ENOMEM; 1211 return -ENOMEM;
1212 1212