diff options
author | 2024-01-31 18:01:42 -0500 | |
---|---|---|
committer | 2024-02-02 12:09:04 +0100 | |
commit | 0e9876d8e88d81a35742e90048ab3784c49b910b (patch) | |
tree | c9bc6758e878500c32e237f0ec67ce384ed5d98e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Linux 6.8-rc1 (diff) | |
download | wireguard-linux-0e9876d8e88d81a35742e90048ab3784c49b910b.tar.xz wireguard-linux-0e9876d8e88d81a35742e90048ab3784c49b910b.zip |
filelock: fl_pid field should be signed int
This field has been unsigned for a very long time, but most users of the
struct file_lock and the file locking internals themselves treat it as a
signed value. Change it to be pid_t (which is a signed int).
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20240131-flsplit-v3-1-c6129007ee8d@kernel.org
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions