commit | e51673aa5d9a8c75cc836fac687fa4dde9a76182 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Fri Aug 22 18:13:28 2014 -0400 |
committer | Jeff Layton <jlayton@primarydata.com> | Tue Oct 07 14:06:12 2014 -0400 |
tree | a39a9b8c00e03909316f0c1c9faed73c2ee585c7 | |
parent | 0efaa7e82f02fe69c05ad28e905f31fc86e6f08e [diff] |
locks: clean up vfs_setlease kerneldoc comments Some of the latter paragraphs seem ambiguous and just plain wrong. In particular the break_lease comment makes no sense. We call break_lease (and break_deleg) from all sorts of vfs-layer functions, so there is clearly such a method. Also get rid of some of the other comments about what's needed for a full implementation. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de>