From 756c3e5a9ce36461939a8dc421918e1c3a379fa6 Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Mon, 23 Jul 2012 10:55:48 -0700 Subject: Linux 3.5 compat, eops->encode_fh() takes inodes The export_operations member ->encode_fh() has been updated to take both the child and parent inodes. This interface used to take the child dentry and a bool describing if the parent is needed. NOTE: While updating this code I noticed that we do not currently cleanly handle the case where we're passed a connectable parent. This code should be audited to make sure we're doing the right thing. Signed-off-by: Richard Yao Signed-off-by: Brian Behlendorf Issue #784 --- cmd/vdev_id/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/vdev_id') diff --git a/cmd/vdev_id/Makefile.in b/cmd/vdev_id/Makefile.in index 7dee2e154..200c3ed4b 100644 --- a/cmd/vdev_id/Makefile.in +++ b/cmd/vdev_id/Makefile.in @@ -69,6 +69,7 @@ am__aclocal_m4_deps = \ $(top_srcdir)/config/kernel-create-umode-t.m4 \ $(top_srcdir)/config/kernel-d-make-root.m4 \ $(top_srcdir)/config/kernel-d-obtain-alias.m4 \ + $(top_srcdir)/config/kernel-encode-fh-inode.m4 \ $(top_srcdir)/config/kernel-evict-inode.m4 \ $(top_srcdir)/config/kernel-fallocate.m4 \ $(top_srcdir)/config/kernel-fmode-t.m4 \ -- cgit v1.2.3