On Sat, Jun 23, 2018 at 05:54:47PM +0300, Amir Goldstein wrote: > 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. That kind of typedefs is generally considered a bad style kernel-side...