diff options
author | Steven Rostedt (Google) <rostedt@goodmis.org> | 2024-01-02 15:18:32 -0500 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2024-01-02 15:20:44 -0500 |
commit | fd56cd5f6d76e93356d9520cf9dabffe1e3d1aa0 (patch) | |
tree | 527a8c007aa87656198a0e9e8b5d3e2dabc26579 /net/nfc/netlink.c | |
parent | ad579864637af46447208254719943179b69d41a (diff) | |
download | linux-fd56cd5f6d76e93356d9520cf9dabffe1e3d1aa0.tar.gz linux-fd56cd5f6d76e93356d9520cf9dabffe1e3d1aa0.tar.bz2 linux-fd56cd5f6d76e93356d9520cf9dabffe1e3d1aa0.zip |
eventfs: Fix bitwise fields for "is_events"
A flag was needed to denote which eventfs_inode was the "events"
directory, so a bit was taken from the "nr_entries" field, as there's not
that many entries, and 2^30 is plenty. But the bit number for nr_entries
was not updated to reflect the bit taken from it, which would add an
unnecessary integer to the structure.
Link: https://lore.kernel.org/linux-trace-kernel/20240102151832.7ca87275@gandalf.local.home
Cc: stable@vger.kernel.org
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fixes: 7e8358edf503e ("eventfs: Fix file and directory uid and gid ownership")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'net/nfc/netlink.c')
0 files changed, 0 insertions, 0 deletions