diff --git a/[refs] b/[refs] index 7b918b9e4330..43b982c70638 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db8906da596708865a2ead6a8c2af090255ca549 +refs/heads/master: f77e34987070a20e4b3e06b868cb39eb73670467 diff --git a/trunk/fs/dcache.c b/trunk/fs/dcache.c index 42d290be0ac1..5489b2d98a00 100644 --- a/trunk/fs/dcache.c +++ b/trunk/fs/dcache.c @@ -1542,7 +1542,7 @@ static void d_move_locked(struct dentry * dentry, struct dentry * target) } /* Move the dentry to the target hash queue, if on different bucket */ - if (dentry->d_flags & DCACHE_UNHASHED) + if (d_unhashed(dentry)) goto already_unhashed; hlist_del_rcu(&dentry->d_hash);