commit | 7448cc37b1a6b620d948aaee3bb30960c06d5d5d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Fri Jan 16 15:05:57 2015 -0500 |
committer | Jeff Layton <jeff.layton@primarydata.com> | Fri Jan 16 16:08:50 2015 -0500 |
tree | ad3db19117c9f7c6ac28e3be759ade949359c55a | |
parent | 6109c85037e53443f29fd39c0de69f578a1cf285 [diff] |
locks: clean up the lm_change prototype Now that we use standard list_heads for tracking leases, we can have lm_change take a pointer to the lease to be modified instead of a double pointer. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Acked-by: Christoph Hellwig <hch@lst.de>