commit | a3314a0ed389f51a51695120b429eccd45b3a165 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Oct 11 22:38:00 2010 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:18:23 2010 -0400 |
tree | bf8ce1231099e372dd25dc71d467831beaaccff7 | |
parent | 306fb0979443419288594446a348155a8027dcf2 [diff] |
lockdep: fixup checking of dir inode annotation Since inode->i_mode shares its bits for S_IFMT, S_ISDIR should be used to distinguish whether it is a dir or not. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>