

*** Warning: "set_fs_pwd" [security/bsdjail.ko] undefined!
*** Warning: "set_fs_root" [security/bsdjail.ko] undefined!


Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/namespace.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN fs/namespace.c~bsdjail-exports fs/namespace.c
--- 25/fs/namespace.c~bsdjail-exports	2004-10-06 22:46:34.980604896 -0700
+++ 25-akpm/fs/namespace.c	2004-10-06 22:47:20.031756080 -0700
@@ -1208,6 +1208,7 @@ void set_fs_root(struct fs_struct *fs, s
 		mntput(old_rootmnt);
 	}
 }
+EXPORT_SYMBOL_GPL(set_fs_root);
 
 /*
  * Replace the fs->{pwdmnt,pwd} with {mnt,dentry}. Put the old values.
@@ -1231,6 +1232,7 @@ void set_fs_pwd(struct fs_struct *fs, st
 		mntput(old_pwdmnt);
 	}
 }
+EXPORT_SYMBOL_GPL(set_fs_pwd);
 
 static void chroot_fs_refs(struct nameidata *old_nd, struct nameidata *new_nd)
 {
_
