summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2013-08-24 00:30:32 +0000
committeralfred <alfred@FreeBSD.org>2013-08-24 00:30:32 +0000
commitb1dbe0883f220b97df777f74753476e0328015c7 (patch)
treeb76c2099eee23a88a2c3732e671d8b0d3798bfa3 /sys/sys/mount.h
parent40685a92a99aec264dbd377ff9ffbdbd837c2db4 (diff)
downloadFreeBSD-src-b1dbe0883f220b97df777f74753476e0328015c7.zip
FreeBSD-src-b1dbe0883f220b97df777f74753476e0328015c7.tar.gz
Grow some spares in struct vfsops.
This should hopefully prevent ABI breakage on adding new vfsops in 10.x.
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index a953dae..1a835b7 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -628,6 +628,7 @@ struct vfsops {
vfs_susp_clean_t *vfs_susp_clean;
vfs_notify_lowervp_t *vfs_reclaim_lowervp;
vfs_notify_lowervp_t *vfs_unlink_lowervp;
+ vfs_mount_t *vfs_spare[6]; /* spares for ABI compat */
};
vfs_statfs_t __vfs_statfs;
OpenPOWER on IntegriCloud