diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2009-05-16 09:26:20 (GMT) |
---|---|---|
committer | Vegard Nossum <vegard.nossum@gmail.com> | 2009-06-15 13:49:42 (GMT) |
commit | 3b5c760efcddf1ebdd39a2035b554e96febd7466 (patch) | |
tree | efc709a5a17216e66aebe44c5f80fc2ee168edcd /ipc/ipc_sysctl.c | |
parent | 3446a8aa7ebcbc0a799e5e8fc4f2da0738d6bc21 (diff) | |
download | linux-3b5c760efcddf1ebdd39a2035b554e96febd7466.tar.xz |
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to 'ipc/ipc_sysctl.c')
0 files changed, 0 insertions, 0 deletions