Home
last modified time | relevance | path

Searched hist:"1 c9007d62bea6fd164285314f7553f73e5308863" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/notify/fanotify/
H A Dfanotify.cdiff 1c9007d62bea6fd164285314f7553f73e5308863 Mon Nov 29 21:15:28 CET 2021 Amir Goldstein <amir73il@gmail.com> fsnotify: separate mark iterator type from object type enum

They are two different types that use the same enum, so this confusing.

Use the object type to indicate the type of object mark is attached to
and the iter type to indicate the type of watch.

A group can have two different watches of the same object type (parent
and child watches) that match the same event.

Link: https://lore.kernel.org/r/20211129201537.1932819-3-amir73il@gmail.com
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>