From: Jeff Layton Date: Fri, 16 Jan 2015 20:05:54 +0000 (-0500) Subject: locks: add new struct list_head to struct file_lock X-Git-Tag: fixes-v4.0-rc1~159^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dee60f69d48fcef021b4b53b3431797ec440764;p=pandora-kernel.git locks: add new struct list_head to struct file_lock ...that we can use to queue file_locks to per-ctx list_heads. Go ahead and convert locks_delete_lock and locks_dispose_list to use it instead of the fl_block list. Signed-off-by: Jeff Layton Acked-by: Christoph Hellwig --- Reading git-diff-tree failed