From 5c03efc379693f992ebe39c6a00c7297c4a304ea Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 19 May 2011 12:47:32 -0700 Subject: Linux compat 2.6.39: security_inode_init_security() The security_inode_init_security() function now takes an additional qstr argument which must be passed in from the dentry if available. Passing a NULL is safe when no qstr is available the relevant security checks will just be skipped. Closes #246 Closes #217 Closes #187 --- cmd/ztest/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/ztest/Makefile.in') diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in index d077e1a2b..e3718e510 100644 --- a/cmd/ztest/Makefile.in +++ b/cmd/ztest/Makefile.in @@ -67,6 +67,7 @@ am__aclocal_m4_deps = \ $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \ $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \ $(top_srcdir)/config/kernel-rq-is_sync.m4 \ + $(top_srcdir)/config/kernel-security-inode-init.m4 \ $(top_srcdir)/config/kernel-truncate-setsize.m4 \ $(top_srcdir)/config/kernel-xattr-handler.m4 \ $(top_srcdir)/config/kernel.m4 \ -- cgit v1.2.3