diff mbox

[v3,RESEND,11/16] Export iterate_mounts symbol to be able to use from sunrpc module.

Message ID 1297190527-19925-12-git-send-email-kas@openvz.org (mailing list archive)
State Under Review, archived
Delegated to: Trond Myklebust
Headers show

Commit Message

Kirill A. Shutemov Feb. 8, 2011, 6:42 p.m. UTC
None
diff mbox

Patch

diff --git a/fs/namespace.c b/fs/namespace.c
index 7b0b953..c7f9a19 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1465,6 +1465,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)
 {