commit | 36f10f55ff1d2867bfc48ed898a9cc0dc6b49dd2 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Sat Jun 23 17:54:49 2018 +0300 |
committer | Jan Kara <jack@suse.cz> | Wed Jun 27 13:45:05 2018 +0200 |
tree | 0b7a840c5c8e0b2bd44aeca2c21a144b25d89457 | |
parent | b812a9f5896379b6cff2ac168ddb5b89037d8e78 [diff] |
fsnotify: let connector point to an abstract object Make the code to attach/detach a connector to object more generic by letting the fsnotify connector point to an abstract fsnotify_connp_t. Code that needs to dereference an inode or mount object now uses the helpers fsnotify_conn_{inode,mount}. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>