commit | 9b6e543450dc03635899ba56b1c39cc593694560 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Sat Jun 23 17:54:47 2018 +0300 |
committer | Jan Kara <jack@suse.cz> | Wed Jun 27 13:44:59 2018 +0200 |
tree | b96254acf7f1b98d65ad3064430167eb6bb42f88 | |
parent | 813835028e9ae1f18cd11bb0ec591d0f0577d96a [diff] |
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>