[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Linux-cachefs] [PATCH 08/14] CacheFiles: Export things for CacheFiles [try #2]
- From: David Howells <dhowells redhat com>
- To: torvalds osdl org, akpm osdl org, steved redhat com, trond myklebust fys uio no
- Cc: linux-fsdevel vger kernel org, linux-cachefs redhat com, nfsv4 linux-nfs org, linux-kernel vger kernel org
- Subject: [Linux-cachefs] [PATCH 08/14] CacheFiles: Export things for CacheFiles [try #2]
- Date: Thu, 09 Aug 2007 17:05:20 +0100
Export a number of functions for CacheFiles's use.
Signed-Off-By: David Howells <dhowells redhat com>
---
fs/super.c | 2 ++
kernel/auditsc.c | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/fs/super.c b/fs/super.c
index fc8ebed..c0d99dd 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -270,6 +270,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 a777d37..1c068ec 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -1526,6 +1526,8 @@ add_names:
}
}
+EXPORT_SYMBOL_GPL(__audit_inode_child);
+
/**
* auditsc_get_stamp - get local copies of audit_context values
* @ctx: audit_context for the task
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]