diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 24fe998795e1..fab064a3b65f 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -946,7 +946,7 @@ int locks_in_grace(struct net *); | |||
946 | */ | 946 | */ |
947 | struct file_lock { | 947 | struct file_lock { |
948 | struct file_lock *fl_next; /* singly linked list for this inode */ | 948 | struct file_lock *fl_next; /* singly linked list for this inode */ |
949 | struct list_head fl_link; /* doubly linked list of all locks */ | 949 | struct hlist_node fl_link; /* node in global lists */ |
950 | struct list_head fl_block; /* circular list of blocked processes */ | 950 | struct list_head fl_block; /* circular list of blocked processes */ |
951 | fl_owner_t fl_owner; | 951 | fl_owner_t fl_owner; |
952 | unsigned int fl_flags; | 952 | unsigned int fl_flags; |