fsnotify: Move object pointer to fsnotify_mark_connector
Move pointer to inode / vfsmount from mark itself to the fsnotify_mark_connector structure. This is another step on the path towards decoupling inode / vfsmount lifetime from notification mark lifetime. Reviewed-by:Miklos Szeredi <mszeredi@redhat.com> Reviewed-by:
Amir Goldstein <amir73il@gmail.com> Signed-off-by:
Jan Kara <jack@suse.cz>
Showing
- fs/notify/dnotify/dnotify.c 2 additions, 2 deletionsfs/notify/dnotify/dnotify.c
- fs/notify/fdinfo.c 6 additions, 6 deletionsfs/notify/fdinfo.c
- fs/notify/fsnotify.h 2 additions, 1 deletionfs/notify/fsnotify.h
- fs/notify/inode_mark.c 7 additions, 11 deletionsfs/notify/inode_mark.c
- fs/notify/mark.c 22 additions, 10 deletionsfs/notify/mark.c
- fs/notify/vfsmount_mark.c 5 additions, 7 deletionsfs/notify/vfsmount_mark.c
- include/linux/fsnotify_backend.h 10 additions, 7 deletionsinclude/linux/fsnotify_backend.h
- kernel/audit_tree.c 20 additions, 5 deletionskernel/audit_tree.c
Please register or sign in to comment