diff options
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index d2783c8a770b..dad4b80257db 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -1764,7 +1764,7 @@ do_last: | |||
1764 | 1764 | ||
1765 | path_to_nameidata(&path, &nd); | 1765 | path_to_nameidata(&path, &nd); |
1766 | error = -EISDIR; | 1766 | error = -EISDIR; |
1767 | if (path.dentry->d_inode && S_ISDIR(path.dentry->d_inode->i_mode)) | 1767 | if (S_ISDIR(path.dentry->d_inode->i_mode)) |
1768 | goto exit; | 1768 | goto exit; |
1769 | ok: | 1769 | ok: |
1770 | /* | 1770 | /* |