Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180153
b: refs/heads/master
c: ea8d62d
h: refs/heads/master
i:
  180151: 0dd0c50
v: v3
  • Loading branch information
Steven Whitehouse committed Feb 1, 2010
1 parent 3617f35 commit b3aee54
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: 7fe3ec6fe58d2bfe97fe7a5d731c29299a8ffd35
refs/heads/master: ea8d62dadd0217334fb2c5d60e7f89e14076ca10
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ void gfs2_rgrp_repolish_clones(struct gfs2_rgrpd *rgd)
struct gfs2_alloc *gfs2_alloc_get(struct gfs2_inode *ip)
{
BUG_ON(ip->i_alloc != NULL);
ip->i_alloc = kzalloc(sizeof(struct gfs2_alloc), GFP_KERNEL);
ip->i_alloc = kzalloc(sizeof(struct gfs2_alloc), GFP_NOFS);
return ip->i_alloc;
}

Expand Down

0 comments on commit b3aee54

Please sign in to comment.