mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
reiserfs: fix printk typo in lbalance.c
Correct spelling "entry_cout" to "entry_count" in fs/reiserfs/lbalance.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
19f2da3505
commit
8112b9830a
@ -975,7 +975,7 @@ static int leaf_cut_entries(struct buffer_head *bh,
|
||||
remove */
|
||||
RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item");
|
||||
RFALSE(I_ENTRY_COUNT(ih) < from + del_count,
|
||||
"10185: item contains not enough entries: entry_cout = %d, from = %d, to delete = %d",
|
||||
"10185: item contains not enough entries: entry_count = %d, from = %d, to delete = %d",
|
||||
I_ENTRY_COUNT(ih), from, del_count);
|
||||
|
||||
if (del_count == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user