]> Git Repo - linux.git/commit - fs/f2fs/f2fs.h
f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode
authorNamjae Jeon <[email protected]>
Sun, 17 Mar 2013 08:27:20 +0000 (17:27 +0900)
committerJaegeuk Kim <[email protected]>
Wed, 20 Mar 2013 09:30:16 +0000 (18:30 +0900)
commit064e0823285a41f5ccb92f26a661df5f44cac3eb
tree23c98e917ce8aaf3b5b0ee8a58da5701d7667a70
parentc0d39e65ba324390eb0ffb60661ab12104e5fcc7
f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode

In function check_nid_range, there is no need to trigger BUG_ON and make kernel stop.
Instead it could just check and indicate the inode number to be EINVAL.
Update the return path in do_read_inode to use the return from check_nid_range.

Signed-off-by: Namjae Jeon <[email protected]>
Signed-off-by: Amit Sahrawat <[email protected]>
[Jaegeuk: replace BUG_ON with WARN_ON]
Signed-off-by: Jaegeuk Kim <[email protected]>
fs/f2fs/f2fs.h
fs/f2fs/inode.c
This page took 0.053237 seconds and 4 git commands to generate.