diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/dlm/dlmmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c index 005261c333b0..33ecbe0e6734 100644 --- a/fs/ocfs2/dlm/dlmmaster.c +++ b/fs/ocfs2/dlm/dlmmaster.c | |||
@@ -2020,7 +2020,7 @@ int dlm_dispatch_assert_master(struct dlm_ctxt *dlm, | |||
2020 | int ignore_higher, u8 request_from, u32 flags) | 2020 | int ignore_higher, u8 request_from, u32 flags) |
2021 | { | 2021 | { |
2022 | struct dlm_work_item *item; | 2022 | struct dlm_work_item *item; |
2023 | item = kzalloc(sizeof(*item), GFP_NOFS); | 2023 | item = kzalloc(sizeof(*item), GFP_ATOMIC); |
2024 | if (!item) | 2024 | if (!item) |
2025 | return -ENOMEM; | 2025 | return -ENOMEM; |
2026 | 2026 | ||