fix bogus read_seqretry() checks introduced in b37199e
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Sep 2014 01:50:45 +0000 (21:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Sep 2014 02:14:16 +0000 (22:14 -0400)
commitf5be3e29127aec8c87f883aadadff337f8c2cfd7
treeed5a52d9383df491c449779a6b13fd29c95a2b20
parent6f18493e541c690169c3b1479d47d95f624161cf
fix bogus read_seqretry() checks introduced in b37199e

read_seqretry() returns true on mismatch, not on match...

Cc: stable@vger.kernel.org # 3.15+
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c