summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
diff options
context:
space:
mode:
authorNamjae Jeon <namjae.jeon@samsung.com>2013-03-17 09:27:20 +0100
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-03-20 10:30:16 +0100
commit064e0823285a41f5ccb92f26a661df5f44cac3eb (patch)
tree23c98e917ce8aaf3b5b0ee8a58da5701d7667a70 /fs/f2fs/gc.c
parentf2fs: fix return values from validate superblock (diff)
downloadlinux-064e0823285a41f5ccb92f26a661df5f44cac3eb.tar.xz
linux-064e0823285a41f5ccb92f26a661df5f44cac3eb.zip
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 <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com> [Jaegeuk: replace BUG_ON with WARN_ON] Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/gc.c')
0 files changed, 0 insertions, 0 deletions