]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r348316:
authorAlan Somers <asomers@FreeBSD.org>
Sun, 23 Jun 2019 13:40:56 +0000 (13:40 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Sun, 23 Jun 2019 13:40:56 +0000 (13:40 +0000)
commit413905b6aea64e61100dc7e8b69b6cdf54f36e82
treeb4b0e3a8cac81c7cee3d8cb62260f06e1e55c99f
parent970fb8ccc0b0097e389a3c58c5237e22201456f1
MFC r348316:

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

Sponsored by: The FreeBSD Foundation
share/man/man9/VOP_ADVLOCK.9