From bcf308227c9aa51ef9d5a1fe3f2f1342ff2aee94 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 26 Jan 2011 12:45:24 -0800 Subject: Remove zfs_ctldir.[ch] This code is used for snapshot and heavily leverages Solaris functionality we do not want to reimplement. These files have been removed, including references to them, and will be replaced by a zfs_snap.c/zpl_snap.c implementation which handles snapshots. --- module/zfs/zfs_vnops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/zfs/zfs_vnops.c') diff --git a/module/zfs/zfs_vnops.c b/module/zfs/zfs_vnops.c index e5e187b15..764f53040 100644 --- a/module/zfs/zfs_vnops.c +++ b/module/zfs/zfs_vnops.c @@ -68,10 +68,9 @@ #include #include #include -#include #include +#include #include "fs/fs_subr.h" -#include #include #include #include -- cgit v1.2.3