OpenVZ Forum


Home » Mailing lists » Devel » [PATCH v3 11/16] Export iterate_mounts symbol to be able to use from sunrpc module.
[PATCH v3 11/16] Export iterate_mounts symbol to be able to use from sunrpc module. [message #42001] Fri, 14 January 2011 13:49
Kirill A. Shutemov is currently offline  Kirill A. Shutemov
Messages: 37
Registered: January 2011
Member
Signed-off-by: Kirill A. Shutemov <kas@openvz.org>
---
fs/namespace.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index 3ddfd90..f73054d 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1498,6 +1498,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
}
return 0;
}
+EXPORT_SYMBOL_GPL(iterate_mounts);

static void cleanup_group_ids(struct vfsmount *mnt, struct vfsmount *end)
{
--
1.7.3.4

_______________________________________________
Containers mailing list
Containers@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containe rs
Previous Topic: Re: linux-next: lockdep whinge in cgroup_rmdir
Next Topic: [PATCH v3 12/16] sunrpc: introduce get_rpc_pipefs()
Goto Forum:
  


Current Time: Mon Nov 18 18:42:44 GMT 2024

Total time taken to generate the page: 0.02834 seconds