fanotify: record old and new parent and name in FAN_RENAME event
In the special case of FAN_RENAME event, we record both the old and new parent and name. Link: https://lore.kernel.org/r/20211129201537.1932819-9-amir73il@gmail.com Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
3cf984e950
commit
3982534ba5
2 changed files with 40 additions and 4 deletions
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
#define FAN_EVENT_ON_CHILD 0x08000000 /* Interested in child events */
|
||||
|
||||
#define FAN_RENAME 0x10000000 /* File was renamed */
|
||||
|
||||
#define FAN_ONDIR 0x40000000 /* Event occurred against dir */
|
||||
|
||||
/* helper events */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue