diff options
author | Steven Rostedt (Google) <[email protected]> | 2024-05-22 12:49:44 -0400 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2024-05-23 09:27:25 -0400 |
commit | 37cd0d1266971942f5cda3e4ca1c6fb005635b14 (patch) | |
tree | c62ddac2c50fdcc26104a7314b27b125e6dad08b /scripts/gdb/linux | |
parent | 625acf9d5e56e10b92636003df7f5bddb21a7a34 (diff) |
eventfs: Remove getattr and permission callbacks
Now that inodes have their permissions updated on remount, the only other
places to update the inode permissions are when they are created and in
the setattr callback. The getattr and permission callbacks are not needed
as the inodes should already be set at their proper settings.
Remove the callbacks, as it not only simplifies the code, but also allows
more flexibility to fix the inconsistencies with various corner cases
(like changing the permission of an instance directory).
Link: https://lore.kernel.org/lkml/[email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions