]> git.baikalelectronics.ru Git - kernel.git/commit
fix bogus read_seqretry() checks introduced in 000c23a
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)
commit677999055d0cabb58d5c06e89be2d4c8a5fdc4be
treeed5a52d9383df491c449779a6b13fd29c95a2b20
parent41fd2afa6945bb5b92ed71586e2b74fba3ed1a87
fix bogus read_seqretry() checks introduced in 000c23a

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