X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Flibfs.c;h=0ab65122ee45405bfcc96463a3de2b228b36e283;hb=5428aef81157768f1052b116e0cc8abf88ff3e36;hp=b2ffdb045be42c1c5c476d9298aacd98045f47f3;hpb=21770332330800194cb9a76f802e9c77bcb690d3;p=linux-2.6-block.git diff --git a/fs/libfs.c b/fs/libfs.c index b2ffdb045be4..0ab65122ee45 100644 --- a/fs/libfs.c +++ b/fs/libfs.c @@ -329,7 +329,7 @@ int simple_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) { struct inode *inode = old_dentry->d_inode; - int they_are_dirs = S_ISDIR(old_dentry->d_inode->i_mode); + int they_are_dirs = d_is_dir(old_dentry); if (!simple_empty(new_dentry)) return -ENOTEMPTY;