From: Björn Steinbrink Date: Sat, 18 Feb 2006 17:12:43 +0000 (+0100) Subject: [PATCH] kjournald keeps reference to namespace X-Git-Tag: v2.6.16-rc5~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5914811acf36c3ff091f860a6964808f668f27d0;p=pandora-kernel.git [PATCH] kjournald keeps reference to namespace In daemonize() a new thread gets cleaned up and 'merged' with init_task. The current fs_struct is handled there, but not the current namespace. This adds the namespace part. [ Eric Biederman pointed out the namespace wrappers, and also notes that we can't ever count on using our parents namespace because we already have called exit_fs(), which is the only way to the namespace from a process. ] Signed-off-by: Björn Steinbrink Acked-by: Eric Biederman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed