]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix special inode number checks in __ext4_iget()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2019 03:34:31 +0000 (22:34 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2019 03:34:31 +0000 (22:34 -0500)
commit94049bf625f64a417bac5223a77f72d9652cd395
tree268395c3fc3d5a7bc7ad1a30abd45b12297735b1
parentd52e75d1056cf5f0acccb5758991573a5bbcec0d
ext4: fix special inode number checks in __ext4_iget()

The check for special (reserved) inode number checks in __ext4_iget()
was broken by commit 898fc4f521d1: ("ext4: avoid declaring fs
inconsistent due to invalid file handles").  This was caused by a
botched reversal of the sense of the flag now known as
EXT4_IGET_SPECIAL (when it was previously named EXT4_IGET_NORMAL).
Fix the logic appropriately.

Fixes: 898fc4f521d1 ("ext4: avoid declaring fs inconsistent...")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable@kernel.org
fs/ext4/inode.c