diff options
| -rw-r--r-- | fs/jbd2/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index 17af879e6e9e..ac0d027595d0 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c | |||
| @@ -814,7 +814,7 @@ static journal_t * journal_init_common (void) | |||
| 814 | journal_t *journal; | 814 | journal_t *journal; |
| 815 | int err; | 815 | int err; |
| 816 | 816 | ||
| 817 | journal = kzalloc(sizeof(*journal), GFP_KERNEL|__GFP_NOFAIL); | 817 | journal = kzalloc(sizeof(*journal), GFP_KERNEL); |
| 818 | if (!journal) | 818 | if (!journal) |
| 819 | goto fail; | 819 | goto fail; |
| 820 | 820 | ||
