Searched hist:b812a9f5896379b6cff2ac168ddb5b89037d8e78 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/notify/ |
H A D | fsnotify.h | diff b812a9f5896379b6cff2ac168ddb5b89037d8e78 Sat Jun 23 09:54:48 CDT 2018 Amir Goldstein <amir73il@gmail.com> 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>
|
H A D | mark.c | diff b812a9f5896379b6cff2ac168ddb5b89037d8e78 Sat Jun 23 09:54:48 CDT 2018 Amir Goldstein <amir73il@gmail.com> 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>
|
/openbmc/linux/include/linux/ |
H A D | fsnotify_backend.h | diff b812a9f5896379b6cff2ac168ddb5b89037d8e78 Sat Jun 23 09:54:48 CDT 2018 Amir Goldstein <amir73il@gmail.com> 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>
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | diff b812a9f5896379b6cff2ac168ddb5b89037d8e78 Sat Jun 23 09:54:48 CDT 2018 Amir Goldstein <amir73il@gmail.com> 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>
|