Clarify that the v_lockf is advisory lock list.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2012-05-30 13:58:01 +00:00
parent de21233f45
commit c83f909ce7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236312

View File

@ -164,7 +164,7 @@ struct vnode {
*/
struct vpollinfo *v_pollinfo; /* i Poll events, p for *v_pi */
struct label *v_label; /* MAC label for vnode */
struct lockf *v_lockf; /* Byte-level lock list */
struct lockf *v_lockf; /* Byte-level advisory lock list */
};
#endif /* defined(_KERNEL) || defined(_KVM_VNODE) */