From: David Howells Date: Thu, 5 Mar 2015 12:46:49 +0000 (+0000) Subject: VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() X-Git-Tag: omap-for-v4.1/fixes-rc1~116^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ceab50c0be56cf1bbaf2b3dd1c6cda80e5335fb;p=pandora-kernel.git VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() Fix up debugfs to use d_is_dir(dentry) in place of S_ISDIR(dentry->d_inode->i_mode). Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed