Searched hist:"9 b6e543450dc03635899ba56b1c39cc593694560" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/notify/ |
H A D | fsnotify.h | diff 9b6e543450dc03635899ba56b1c39cc593694560 Sat Jun 23 16:54:47 CEST 2018 Amir Goldstein <amir73il@gmail.com> fsnotify: use typedef fsnotify_connp_t for brevity
The object marks manipulation functions fsnotify_destroy_marks() fsnotify_find_mark() and their helpers take an argument of type struct fsnotify_mark_connector __rcu ** to dereference the connector pointer. use a typedef to describe this type for brevity.
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
|