From: Namhyung Kim Date: Mon, 11 Oct 2010 13:38:00 +0000 (+0900) Subject: lockdep: fixup checking of dir inode annotation X-Git-Tag: v2.6.37-rc1~94^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3314a0ed389f51a51695120b429eccd45b3a165;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed