commit | b812a9f5896379b6cff2ac168ddb5b89037d8e78 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Sat Jun 23 17:54:48 2018 +0300 |
committer | Jan Kara <jack@suse.cz> | Wed Jun 27 13:45:03 2018 +0200 |
tree | 459d434209e3b4d07d5949159b5c5d8ea0829d26 | |
parent | 9b6e543450dc03635899ba56b1c39cc593694560 [diff] |
fsnotify: pass connp and object type to fsnotify_add_mark() Instead of passing inode and vfsmount arguments to fsnotify_add_mark() and its _locked variant, pass an abstract object pointer and the object type. The helpers fsnotify_obj_{inode,mount} are added to get the concrete object pointer from abstract object pointer. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>