diff options
author | Brian Behlendorf <[email protected]> | 2011-01-26 12:45:24 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-02-10 09:27:21 -0800 |
commit | bcf308227c9aa51ef9d5a1fe3f2f1342ff2aee94 (patch) | |
tree | 484ca7bef221459560dedfe2c6bd77bf9e914d81 /module/zfs/zfs_vnops.c | |
parent | b516a07b997a8c3006788963f6b6128e505cf56c (diff) |
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.
Diffstat (limited to 'module/zfs/zfs_vnops.c')
-rw-r--r-- | module/zfs/zfs_vnops.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <sys/dirent.h> #include <sys/policy.h> #include <sys/sunddi.h> -#include <sys/filio.h> #include <sys/sid.h> +#include <sys/mode.h> #include "fs/fs_subr.h" -#include <sys/zfs_ctldir.h> #include <sys/zfs_fuid.h> #include <sys/zfs_sa.h> #include <sys/zfs_vnops.h> |