From: Al Viro Date: Tue, 26 Jul 2011 06:34:33 +0000 (-0400) Subject: omfs: fix (mode & S_IFDIR) abuse X-Git-Tag: v3.1-rc1~147^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c96486f238e6a545f52215f95fe69748abf603;p=pandora-kernel.git omfs: fix (mode & S_IFDIR) abuse granted, on a filesystem that has only regular files and directories it happens to work, but really should be S_ISDIR(mode)... Signed-off-by: Al Viro --- Reading git-diff-tree failed