Linux 2.6.29 compat, credentials
[zfs.git] / module / zfs / zfs_dir.c
index f54ed19..355b0ef 100644 (file)
@@ -774,10 +774,6 @@ zfs_link_create(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag)
            8, 1, &value, tx);
        ASSERT(error == 0);
 
-#ifdef HAVE_DNLC
-       dnlc_update(ZTOI(dzp), dl->dl_name, vp);
-#endif /* HAVE_DNLC */
-
        return (0);
 }