locks: convert fl_link to a hlist_node
[linux-2.6-block.git] / include / linux / fs.h
index 24fe998795e1d549a2a61e48e7ee49532bacdf89..fab064a3b65f7f1dc6ab013134d4ef65d0b1995e 100644 (file)
@@ -946,7 +946,7 @@ int locks_in_grace(struct net *);
  */
 struct file_lock {
        struct file_lock *fl_next;      /* singly linked list for this inode  */
-       struct list_head fl_link;       /* doubly linked list of all locks */
+       struct hlist_node fl_link;      /* node in global lists */
        struct list_head fl_block;      /* circular list of blocked processes */
        fl_owner_t fl_owner;
        unsigned int fl_flags;