diff options
Diffstat (limited to 'fs/dcache.c')
-rw-r--r-- | fs/dcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 5c33aeb0f68f..d27f0909d9f6 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -1734,7 +1734,7 @@ static unsigned d_flags_for_inode(struct inode *inode) | |||
1734 | } | 1734 | } |
1735 | 1735 | ||
1736 | if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { | 1736 | if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { |
1737 | if (unlikely(inode->i_op->follow_link)) { | 1737 | if (unlikely(inode->i_op->get_link)) { |
1738 | add_flags = DCACHE_SYMLINK_TYPE; | 1738 | add_flags = DCACHE_SYMLINK_TYPE; |
1739 | goto type_determined; | 1739 | goto type_determined; |
1740 | } | 1740 | } |