]> git.baikalelectronics.ru Git - kernel.git/commit
fs: dlm: add comment about lkb IFL flags
authorAlexander Aring <aahringo@redhat.com>
Wed, 22 Jun 2022 18:45:19 +0000 (14:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Fri, 24 Jun 2022 16:57:49 +0000 (11:57 -0500)
commitaad96d8e6e5d768e8d84fec1a41817be5727210a
treefc5e565661a8fea79db35cafbd8dbde46a75096f
parent23de9152d2068a1e26974486b88b07f1bbf65db2
fs: dlm: add comment about lkb IFL flags

This patch adds comments about the difference between the lower 2 bytes
of lkb flags and the 2 upper bytes of the lkb IFL flags. In short the
upper 2 bytes will be handled as internal flags whereas the lower 2
bytes are part of the DLM protocol and are used to exchange messages.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/dlm_internal.h