svn commit: r254756 - head/sys/sys
Alfred Perlstein
alfred at FreeBSD.org
Sat Aug 24 00:30:33 UTC 2013
Author: alfred
Date: Sat Aug 24 00:30:32 2013
New Revision: 254756
URL: http://svnweb.freebsd.org/changeset/base/254756
Log:
Grow some spares in struct vfsops.
This should hopefully prevent ABI breakage
on adding new vfsops in 10.x.
Modified:
head/sys/sys/mount.h
Modified: head/sys/sys/mount.h
==============================================================================
--- head/sys/sys/mount.h Sat Aug 24 00:29:34 2013 (r254755)
+++ head/sys/sys/mount.h Sat Aug 24 00:30:32 2013 (r254756)
@@ -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;
More information about the svn-src-all
mailing list