commit | 6dee60f69d48fcef021b4b53b3431797ec440764 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Fri Jan 16 15:05:54 2015 -0500 |
committer | Jeff Layton <jlayton@primarydata.com> | Fri Jan 16 15:05:54 2015 -0500 |
tree | d5d8dbc3321788c3d5c0ee146f8219b50a295417 | |
parent | cb59670870d90ff8bc31f5f2efc407c6fe4938c0 [diff] |
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 <jlayton@primarydata.com> Acked-by: Christoph Hellwig <hch@lst.de>