Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38745
b: refs/heads/master
c: f3bba03
h: refs/heads/master
i:
  38743: dac322f
v: v3
  • Loading branch information
Steven Whitehouse committed Jul 11, 2006
1 parent c4eb636 commit 7139b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4340fe62531f7d1dafb6f5359ffe0378bdb0db80
refs/heads/master: f3bba03fd16e25a262323293e5a07dea173c89f7
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/meta_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct inode *gfs2_aspace_get(struct gfs2_sbd *sdp)

aspace = new_inode(sdp->sd_vfs);
if (aspace) {
mapping_set_gfp_mask(aspace->i_mapping, GFP_KERNEL);
mapping_set_gfp_mask(aspace->i_mapping, GFP_NOFS);
aspace->i_mapping->a_ops = &aspace_aops;
aspace->i_size = ~0ULL;
aspace->u.generic_ip = NULL;
Expand Down

0 comments on commit 7139b98

Please sign in to comment.