Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359192
b: refs/heads/master
c: b24ae0b
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Al Viro committed Feb 26, 2013
1 parent 46095a5 commit 29256f8
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: 9b171e0c74ca0549d0610990a862dd895870f04a
refs/heads/master: b24ae0b54be4e46bb88398f29c5f79c5dad2a602
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmmaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ int dlm_dispatch_assert_master(struct dlm_ctxt *dlm,
int ignore_higher, u8 request_from, u32 flags)
{
struct dlm_work_item *item;
item = kzalloc(sizeof(*item), GFP_NOFS);
item = kzalloc(sizeof(*item), GFP_ATOMIC);
if (!item)
return -ENOMEM;

Expand Down

0 comments on commit 29256f8

Please sign in to comment.