linux_dsm_epyc7002/fs/notify
Miklos Szeredi 3427ce7155 fsnotify: clean up fsnotify()
Use helpers to get first and next marks from connector.

Also get rid of inode_node/vfsmount_node local variables, which just refers
to the same objects as iter_info.  There was an srcu_dereference() for
foo_node, but that's completely superfluous since we've already done it
when obtaining foo_node.

Also get rid of inode_group/vfsmount_group local variables; checking
against non-NULL for these is the same as checking against non-NULL
inode_mark/vfsmount_mark.

Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2017-10-31 17:54:56 +01:00
..
dnotify
fanotify fanotify: fix fsnotify_prepare_user_wait() failure 2017-10-31 17:54:56 +01:00
inotify
fdinfo.c
fdinfo.h
fsnotify.c fsnotify: clean up fsnotify() 2017-10-31 17:54:56 +01:00
fsnotify.h
group.c fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t 2017-10-31 17:54:56 +01:00
Kconfig
Makefile
mark.c fsnotify: fix pinning group in fsnotify_prepare_user_wait() 2017-10-31 17:54:56 +01:00
notification.c