Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966323AbWKNUMZ (ORCPT ); Tue, 14 Nov 2006 15:12:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966312AbWKNUJh (ORCPT ); Tue, 14 Nov 2006 15:09:37 -0500 Received: from mx1.redhat.com ([66.187.233.31]:54697 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S966311AbWKNUJP (ORCPT ); Tue, 14 Nov 2006 15:09:15 -0500 From: David Howells Subject: [PATCH 10/19] CacheFiles: Export things for CacheFiles Date: Tue, 14 Nov 2006 20:06:43 +0000 To: torvalds@osdl.org, akpm@osdl.org, sds@tycho.nsa.gov, trond.myklebust@fys.uio.no Cc: dhowells@redhat.com, selinux@tycho.nsa.gov, linux-kernel@vger.kernel.org, aviro@redhat.com, steved@redhat.com Message-Id: <20061114200643.12943.71244.stgit@warthog.cambridge.redhat.com> In-Reply-To: <20061114200621.12943.18023.stgit@warthog.cambridge.redhat.com> References: <20061114200621.12943.18023.stgit@warthog.cambridge.redhat.com> Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit User-Agent: StGIT/0.10 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1446 Lines: 53 Export a number of functions for CacheFiles's use. Signed-Off-By: David Howells --- fs/file_table.c | 1 + fs/super.c | 2 ++ kernel/auditsc.c | 2 ++ 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/fs/file_table.c b/fs/file_table.c index 24f25a0..10dec73 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -235,6 +235,7 @@ struct file fastcall *fget_light(unsigne return file; } +EXPORT_SYMBOL_GPL(fget_light); void put_filp(struct file *file) { diff --git a/fs/super.c b/fs/super.c index 47e554c..da8020d 100644 --- a/fs/super.c +++ b/fs/super.c @@ -251,6 +251,8 @@ int fsync_super(struct super_block *sb) return sync_blockdev(sb->s_bdev); } +EXPORT_SYMBOL_GPL(fsync_super); + /** * generic_shutdown_super - common helper for ->kill_sb() * @sb: superblock to kill diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 42f2f11..05908b9 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1425,6 +1425,8 @@ #endif audit_copy_inode(&context->names[idx], inode); } +EXPORT_SYMBOL_GPL(__audit_inode_child); + /** * auditsc_get_stamp - get local copies of audit_context values * @ctx: audit_context for the task - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/