diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 0cad20e125..6d760f1ad8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1308,6 +1308,7 @@ struct file_system_type { | |||
1308 | 1308 | ||
1309 | struct lock_class_key i_lock_key; | 1309 | struct lock_class_key i_lock_key; |
1310 | struct lock_class_key i_mutex_key; | 1310 | struct lock_class_key i_mutex_key; |
1311 | struct lock_class_key i_mutex_dir_key; | ||
1311 | struct lock_class_key i_alloc_sem_key; | 1312 | struct lock_class_key i_alloc_sem_key; |
1312 | }; | 1313 | }; |
1313 | 1314 | ||