]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
VOP_ADVLOCK.9: fix description of flags
authorasomers <asomers@FreeBSD.org>
Mon, 27 May 2019 23:25:19 +0000 (23:25 +0000)
committerasomers <asomers@FreeBSD.org>
Mon, 27 May 2019 23:25:19 +0000 (23:25 +0000)
commit7a839cf576fa5b042f25849ffc27c8235ea3a128
tree509e10d03d4907e994244aadb5648b6d2e9e58c9
parent0a78cb603780754a98776033b39687461d62bd20
VOP_ADVLOCK.9: fix description of flags

* F_RDLCK, F_UNLCK, and F_WRLCK aren't flags.  They're stored in the
  fl.l_type field.
* Add F_REMOTE, added in r177633
* Add F_NOINTR, added in r180025

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
share/man/man9/VOP_ADVLOCK.9