]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
fsnotify: fix typo in a comment about mark->g_list
authorAmir Goldstein <amir73il@gmail.com>
Thu, 5 Apr 2018 13:18:04 +0000 (16:18 +0300)
committerJan Kara <jack@suse.cz>
Fri, 13 Apr 2018 13:54:13 +0000 (15:54 +0200)
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
include/linux/fsnotify_backend.h

index 9f1edb92c97ed00e410911ee9664ac7125e48271..e0c95c9f1e292275ce7556321887576bbd643399 100644 (file)
@@ -248,7 +248,7 @@ struct fsnotify_mark {
        /* Group this mark is for. Set on mark creation, stable until last ref
         * is dropped */
        struct fsnotify_group *group;
-       /* List of marks by group->i_fsnotify_marks. Also reused for queueing
+       /* List of marks by group->marks_list. Also reused for queueing
         * mark into destroy_list when it's waiting for the end of SRCU period
         * before it can be freed. [group->mark_mutex] */
        struct list_head g_list;