xfs: Remove unnecessary check in xfs_iget() function
commit4f9c17d3be09514be90f50a3b705fef92774acd4
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 14 Jul 2012 23:18:12 +0000 (14 20:18 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:46 +0000 (21 01:21 -0300)
tree2b8dbd5b329830f30b74bb2b7dfe691a9df19953
parentca104cd54f6c6546cc3e542d98dbfa6d0be0f675
xfs: Remove unnecessary check in xfs_iget() function

xfs_iget() function is _never_ called with parent inodes with mode set
to DT_REG (regular file) and this check was used for other puporses while
doing some test cases.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c