X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fsys%2Fzpl.h;h=0aacce8bdf43e7bec2f46918b55a8fac9311227d;hb=28eb9213d89cb25438fcecb86e735cc3edc26ea4;hp=2770e59b2d66a8aa1f03cac0459ae292701c3594;hpb=5c03efc379693f992ebe39c6a00c7297c4a304ea;p=zfs.git diff --git a/include/sys/zpl.h b/include/sys/zpl.h index 2770e59..0aacce8 100644 --- a/include/sys/zpl.h +++ b/include/sys/zpl.h @@ -51,7 +51,6 @@ extern const struct file_operations zpl_dir_file_operations; typedef struct zpl_mount_data { const char *z_osname; /* Dataset name */ void *z_data; /* Mount options string */ - struct vfsmount *z_vfs; /* VFS mount point */ } zpl_mount_data_t; extern const struct super_operations zpl_super_operations;