fsnotify: use typedef fsnotify_connp_t for brevity
authorAmir Goldstein <amir73il@gmail.com>
Sat, 23 Jun 2018 14:54:47 +0000 (17:54 +0300)
committerJan Kara <jack@suse.cz>
Wed, 27 Jun 2018 11:44:59 +0000 (13:44 +0200)
commit9b6e543450dc03635899ba56b1c39cc593694560
treeb96254acf7f1b98d65ad3064430167eb6bb42f88
parent813835028e9ae1f18cd11bb0ec591d0f0577d96a
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>
fs/notify/fsnotify.h
fs/notify/mark.c
include/linux/fsnotify_backend.h