Commits
![Amir Goldstein](https://secure.gravatar.com/avatar/2ad75028311f0e6851987da7bc660a03.jpg?s=96&d=mm)
Amir Goldstein committed 9b6e543450d
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>