diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index de26c25d6a18..a4848e04a5ed 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -2903,7 +2903,7 @@ int ext4_write_inode(struct inode *inode, int wait) | |||
2903 | return 0; | 2903 | return 0; |
2904 | 2904 | ||
2905 | if (ext4_journal_current_handle()) { | 2905 | if (ext4_journal_current_handle()) { |
2906 | jbd_debug(0, "called recursively, non-PF_MEMALLOC!\n"); | 2906 | jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n"); |
2907 | dump_stack(); | 2907 | dump_stack(); |
2908 | return -EIO; | 2908 | return -EIO; |
2909 | } | 2909 | } |