locks: convert fl_link to a hlist_node
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / fs.h
index 24fe998..fab064a 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;