From: J. R. Okajima Date: Thu, 18 Jun 2009 14:30:15 +0000 (+0900) Subject: vfs: fix nd->root leak in do_filp_open() X-Git-Tag: v2.6.31-rc1~13^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654f562c526cf9dfb8d453f687341fe0777ee454;p=pandora-kernel.git vfs: fix nd->root leak in do_filp_open() commit 2a737871108de9ba8930f7650d549f1383767f8b "Cache root in nameidata" introduced a new member nd->root, but forgot to put it in do_filp_open(). Signed-off-by: J. R. Okajima Signed-off-by: Al Viro --- Reading git-diff-tree failed