Whamcloud - gitweb
LU-2800 autoconf: remove LC_SECURITY_PLUG test
[fs/lustre-release.git] / lustre / obdclass / llog_lvfs.c
index a83cb6f..a2c819c 100644 (file)
@@ -791,7 +791,7 @@ static int llog_lvfs_destroy(const struct lu_env *env,
                rc = llog_lvfs_close(env, handle);
                if (rc == 0) {
                        mutex_lock_nested(&inode->i_mutex, I_MUTEX_PARENT);
-                       rc = ll_vfs_unlink(inode, fdentry, mnt);
+                       rc = vfs_unlink(inode, fdentry);
                        mutex_unlock(&inode->i_mutex);
                }
                mntput(mnt);