diff options
-rw-r--r-- | fs/dcache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 539943eb442c..c4d2ff8b4912 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -1871,8 +1871,6 @@ seqretry: | |||
1871 | seq = raw_seqcount_begin(&dentry->d_seq); | 1871 | seq = raw_seqcount_begin(&dentry->d_seq); |
1872 | if (dentry->d_parent != parent) | 1872 | if (dentry->d_parent != parent) |
1873 | continue; | 1873 | continue; |
1874 | if (d_unhashed(dentry)) | ||
1875 | continue; | ||
1876 | *seqp = seq; | 1874 | *seqp = seq; |
1877 | 1875 | ||
1878 | if (unlikely(parent->d_flags & DCACHE_OP_COMPARE)) { | 1876 | if (unlikely(parent->d_flags & DCACHE_OP_COMPARE)) { |