From: Vegard Nossum Date: Sat, 16 May 2009 09:26:20 +0000 (+0200) Subject: fs: fix do_mount_root() false positive kmemcheck warning X-Git-Tag: v2.6.31-rc1~303^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5c760efcddf1ebdd39a2035b554e96febd7466;p=pandora-kernel.git fs: fix do_mount_root() false positive kmemcheck warning This false positive is due to the fact that do_mount_root() fakes a mount option (which is normally read from userspace), and the kernel unconditionally reads a whole page for the mount option. Hide the false positive by using the new __getname_gfp() with the __GFP_NOTRACK_FALSE_POSITIVE flag. Cc: Al Viro Signed-off-by: Vegard Nossum --- Reading git-diff-tree failed