From 7ceab50c0be56cf1bbaf2b3dd1c6cda80e5335fb Mon Sep 17 00:00:00 2001 From: David Howells Date: Thu, 5 Mar 2015 12:46:49 +0000 Subject: [PATCH] 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-format-patch failed