diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 94e706a0a408..f87cb2f03103 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -972,6 +972,9 @@ struct file_lock_context { | |||
| 972 | struct list_head flc_flock; | 972 | struct list_head flc_flock; |
| 973 | struct list_head flc_posix; | 973 | struct list_head flc_posix; |
| 974 | struct list_head flc_lease; | 974 | struct list_head flc_lease; |
| 975 | int flc_flock_cnt; | ||
| 976 | int flc_posix_cnt; | ||
| 977 | int flc_lease_cnt; | ||
| 975 | }; | 978 | }; |
| 976 | 979 | ||
| 977 | /* The following constant reflects the upper bound of the file/locking space */ | 980 | /* The following constant reflects the upper bound of the file/locking space */ |
