diff options
author | Amir Goldstein <amir73il@gmail.com> | 2018-04-05 16:18:04 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2018-04-13 15:54:13 +0200 |
commit | 8e984f8667ff4225092af734eef28a3d7bae8626 (patch) | |
tree | a0355682a6afecf2719bda51b67011492ecb8748 /include/linux/fsnotify_backend.h | |
parent | 92183a42898dc400b89da35685d1814ac6acd3d8 (diff) |
fsnotify: fix typo in a comment about mark->g_list
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r-- | include/linux/fsnotify_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index 9f1edb92c97e..e0c95c9f1e29 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h @@ -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; |