Clarify that the v_lockf is advisory lock list.

MFC after:	3 days
This commit is contained in:
kib 2012-05-30 13:58:01 +00:00
parent e2e0eea6dc
commit dd91cdc6a1

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) */