commit | e911d8af87dba7642138f4320ca3db80629989f2 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Mar 14 14:48:00 2017 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Apr 10 17:37:35 2017 +0200 |
tree | f6023831e4d1eae4e99bc4e389012ec70b897b45 | |
parent | 86ffe245c430f07f95d5d28d3b694ea72f4492e7 [diff] |
fsnotify: Make fsnotify_mark_connector hold inode reference Currently inode reference is held by fsnotify marks. Change the rules so that inode reference is held by fsnotify_mark_connector structure whenever the list is non-empty. This simplifies the code and is more logical. Reviewed-by: Miklos Szeredi <mszeredi@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>