Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229099
b: refs/heads/master
c: a8901d3
h: refs/heads/master
i:
  229097: d852f7c
  229095: e7ea972
v: v3
  • Loading branch information
Theodore Ts'o committed Dec 17, 2010
1 parent 1f32ff4 commit ff86a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 225db7d35c33f076115a583abec238a696f4467e
refs/heads/master: a8901d34872dafcafa23efa0865dcecfd4fddf8c
4 changes: 2 additions & 2 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit ff86a92

Please sign in to comment.