diff options
| -rw-r--r-- | include/linux/fsnotify_backend.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index 9f1edb92c97e..a3d13d874fd1 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
| @@ -217,12 +217,10 @@ struct fsnotify_mark_connector { | |||
| 217 | union { /* Object pointer [lock] */ | 217 | union { /* Object pointer [lock] */ |
| 218 | struct inode *inode; | 218 | struct inode *inode; |
| 219 | struct vfsmount *mnt; | 219 | struct vfsmount *mnt; |
| 220 | }; | ||
| 221 | union { | ||
| 222 | struct hlist_head list; | ||
| 223 | /* Used listing heads to free after srcu period expires */ | 220 | /* Used listing heads to free after srcu period expires */ |
| 224 | struct fsnotify_mark_connector *destroy_next; | 221 | struct fsnotify_mark_connector *destroy_next; |
| 225 | }; | 222 | }; |
| 223 | struct hlist_head list; | ||
| 226 | }; | 224 | }; |
| 227 | 225 | ||
| 228 | /* | 226 | /* |
