diff options
author | Christian Brauner <[email protected]> | 2021-12-03 12:16:59 +0100 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2021-12-03 18:50:17 +0100 |
commit | a793d79ea3e041081cd7cbd8ee43d0b5e4914a2b (patch) | |
tree | 55e68feee4717c20310cd997da5cd19ddbdab01b /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | bb49e9e730c2906a958eee273a7819f401543d6c (diff) |
fs: move mapping helpers
The low-level mapping helpers were so far crammed into fs.h. They are
out of place there. The fs.h header should just contain the higher-level
mapping helpers that interact directly with vfs objects such as struct
super_block or struct inode and not the bare mapping helpers. Similarly,
only vfs and specific fs code shall interact with low-level mapping
helpers. And so they won't be made accessible automatically through
regular {g,u}id helpers.
Link: https://lore.kernel.org/r/[email protected] (v1)
Link: https://lore.kernel.org/r/[email protected] (v2)
Link: https://lore.kernel.org/r/[email protected]
Cc: Seth Forshee <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Al Viro <[email protected]>
CC: [email protected]
Reviewed-by: Amir Goldstein <[email protected]>
Reviewed-by: Seth Forshee <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions