diff options
| author | Rasmus Villemoes <[email protected]> | 2020-01-15 18:41:52 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-01-22 14:28:15 +0000 |
| commit | fad1db8a351cc913bbfb9ee4fe7ca4939cb19f2e (patch) | |
| tree | bcb5a27c79d9def7370fe8f66c8e5f8abfddc3dd /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | devtmpfs: simplify initialization of mount_dev (diff) | |
| download | kernel-fad1db8a351cc913bbfb9ee4fe7ca4939cb19f2e.tar.gz kernel-fad1db8a351cc913bbfb9ee4fe7ca4939cb19f2e.zip | |
devtmpfs: initify a bit
devtmpfs_mount() is only called from prepare_namespace() in
init/do_mounts.c, which is an __init function, so devtmpfs_mount() can
also be moved to .init.text.
Then the mount_dev static variable is only referenced from __init
functions (devtmpfs_mount and its initializer function mount_param).
Signed-off-by: Rasmus Villemoes <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
