locks: clean up vfs_setlease kerneldoc comments
authorJeff Layton <jlayton@primarydata.com>
Fri, 22 Aug 2014 22:13:28 +0000 (18:13 -0400)
committerJeff Layton <jlayton@primarydata.com>
Tue, 7 Oct 2014 18:06:12 +0000 (14:06 -0400)
commite51673aa5d9a8c75cc836fac687fa4dde9a76182
treea39a9b8c00e03909316f0c1c9faed73c2ee585c7
parent0efaa7e82f02fe69c05ad28e905f31fc86e6f08e
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>
fs/locks.c