aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index e49f10cc8a73..a5a303e8a33c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -969,9 +969,6 @@ struct file_lock_context {
969 struct list_head flc_flock; 969 struct list_head flc_flock;
970 struct list_head flc_posix; 970 struct list_head flc_posix;
971 struct list_head flc_lease; 971 struct list_head flc_lease;
972 int flc_flock_cnt;
973 int flc_posix_cnt;
974 int flc_lease_cnt;
975}; 972};
976 973
977/* The following constant reflects the upper bound of the file/locking space */ 974/* The following constant reflects the upper bound of the file/locking space */