Loading fs/ext4/inode.c +2 −2 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ #include <linux/workqueue.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/ratelimit.h> #include "ext4_jbd2.h" #include "xattr.h" Loading Loading @@ -3729,8 +3730,7 @@ static int ext4_set_bh_endio(struct buffer_head *bh, struct inode *inode) retry: io_end = ext4_init_io_end(inode, GFP_ATOMIC); if (!io_end) { if (printk_ratelimit()) printk(KERN_WARNING "%s: allocation fail\n", __func__); pr_warning_ratelimited("%s: allocation fail\n", __func__); schedule(); goto retry; } Loading Loading
fs/ext4/inode.c +2 −2 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ #include <linux/workqueue.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/ratelimit.h> #include "ext4_jbd2.h" #include "xattr.h" Loading Loading @@ -3729,8 +3730,7 @@ static int ext4_set_bh_endio(struct buffer_head *bh, struct inode *inode) retry: io_end = ext4_init_io_end(inode, GFP_ATOMIC); if (!io_end) { if (printk_ratelimit()) printk(KERN_WARNING "%s: allocation fail\n", __func__); pr_warning_ratelimited("%s: allocation fail\n", __func__); schedule(); goto retry; } Loading