commit | 2ab99ee12440e66ec1efd2a98599010471de785e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 21 19:14:02 2015 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Mon Feb 02 18:09:38 2015 +0100 |
tree | e9d8946babd68a56c0c35bdf77d852ee74e346dc | |
parent | 6cae0a4648c0db2a74efb816cd2ce84390c90480 [diff] |
fs: track fl_owner for leases Just like for other lock types we should allow different owners to have a read lease on a file. Currently this can't happen, but with the addition of pNFS layout leases we'll need this feature. Signed-off-by: Christoph Hellwig <hch@lst.de>