From: Chao Yu Date: Wed, 12 Mar 2014 09:08:36 +0000 (+0800) Subject: f2fs: check upper bound of ino value in f2fs_nfs_get_inode X-Git-Tag: v3.15-rc1~62^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910bb12d29cc64144506333bfeaeeee9715c3872;p=pandora-kernel.git f2fs: check upper bound of ino value in f2fs_nfs_get_inode Upper bound checking of ino should be added to f2fs_nfs_get_inode, so unneeded process before do_read_inode in f2fs_iget could be avoided when ino is invalid. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed