From 47621f3d76abf63e178b95a446134565cc553b1a Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 2 Feb 2012 11:55:48 -0800 Subject: Linux 3.3 compat, sops->show_options() The second argument of sops->show_options() was changed from a 'struct vfsmount *' to a 'struct dentry *'. Add an autoconf check to detect the API change and then conditionally define the expected interface. In either case we are only interested in the zfs_sb_t. Signed-off-by: Brian Behlendorf Closes #549 --- man/man8/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'man/man8') diff --git a/man/man8/Makefile.in b/man/man8/Makefile.in index 86e691d2e..debc9e513 100644 --- a/man/man8/Makefile.in +++ b/man/man8/Makefile.in @@ -69,6 +69,7 @@ am__aclocal_m4_deps = \ $(top_srcdir)/config/kernel-rq-is_sync.m4 \ $(top_srcdir)/config/kernel-security-inode-init.m4 \ $(top_srcdir)/config/kernel-set-nlink.m4 \ + $(top_srcdir)/config/kernel-show-options.m4 \ $(top_srcdir)/config/kernel-shrink.m4 \ $(top_srcdir)/config/kernel-truncate-setsize.m4 \ $(top_srcdir)/config/kernel-xattr-handler.m4 \ -- cgit v1.2.3