ext4: print error when argument of inode_readahead_blk is invalid
authorJan Kara <jack@suse.cz>
Sun, 3 Feb 2013 04:14:31 +0000 (23:14 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 3 Feb 2013 04:14:31 +0000 (23:14 -0500)
If argument of inode_readahead_blk is too big, we just bail out
without printing any error. Fix this since it could confuse users.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c

diff --cc fs/ext4/super.c
Simple merge