diff options
author | Jeff Layton <[email protected]> | 2022-11-20 09:15:34 -0500 |
---|---|---|
committer | Jeff Layton <[email protected]> | 2023-01-11 06:52:32 -0500 |
commit | 5970e15dbcfeb0ed3a0bf1954f35bbe60a048754 (patch) | |
tree | a5fd3b3e8f79dc9c44a06abe0b5597a853e0eee6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1fe4fd6f5cad346e598593af36caeadc4f5d4fa9 (diff) |
filelock: move file locking definitions to separate header file
The file locking definitions have lived in fs.h since the dawn of time,
but they are only used by a small subset of the source files that
include it.
Move the file locking definitions to a new header file, and add the
appropriate #include directives to the source files that need them. By
doing this we trim down fs.h a bit and limit the amount of rebuilding
that has to be done when we make changes to the file locking APIs.
Reviewed-by: Xiubo Li <[email protected]>
Reviewed-by: Christian Brauner (Microsoft) <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: David Howells <[email protected]>
Reviewed-by: Russell King (Oracle) <[email protected]>
Acked-by: Chuck Lever <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Acked-by: Steve French <[email protected]>
Acked-by: Al Viro <[email protected]>
Acked-by: Darrick J. Wong <[email protected]>
Signed-off-by: Jeff Layton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions