diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-07 19:24:57 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-09 00:12:35 -0400 |
commit | 766c4cbfacd8634d7580bac6a1b8456e63de3e84 (patch) | |
tree | 0bdde729de49ac95858f5429b40419b643fcc1cb /security | |
parent | 5ebe6afaf0057ac3eaeb98defd5456894b446d22 (diff) |
namei: d_is_negative() should be checked before ->d_seq validation
Fetching ->d_inode, verifying ->d_seq and finding d_is_negative() to
be true does *not* mean that inode we'd fetched had been NULL - that
holds only while ->d_seq is still unchanged.
Shift d_is_negative() checks into lookup_fast() prior to ->d_seq
verification.
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Tested-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions