Merge tag 'please-pull-fix-ia64-warnings' of git://git.kernel.org/pub/scm/linux/kerne...
[cascardo/linux.git] / drivers / staging / lustre / lustre / include / linux / lvfs.h
index b4db6cb..eb59ac7 100644 (file)
@@ -99,7 +99,7 @@ static inline void l_dput(struct dentry *de)
        if (!de || IS_ERR(de))
                return;
        //shrink_dcache_parent(de);
-       LASSERT(d_refcount(de) > 0);
+       LASSERT(d_count(de) > 0);
        dput(de);
 }