mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
gfs2: Eliminate vestigial HIF_FIRST
Holder flag HIF_FIRST is no longer used or needed, so remove it. Signed-off-by: Bob Peterson <rpeterso@redhat.com>
This commit is contained in:
@@ -2077,8 +2077,6 @@ static const char *hflags2str(char *buf, u16 flags, unsigned long iflags)
|
||||
*p++ = 'H';
|
||||
if (test_bit(HIF_WAIT, &iflags))
|
||||
*p++ = 'W';
|
||||
if (test_bit(HIF_FIRST, &iflags))
|
||||
*p++ = 'F';
|
||||
*p = 0;
|
||||
return buf;
|
||||
}
|
||||
|
||||
@@ -253,7 +253,6 @@ struct gfs2_lkstats {
|
||||
enum {
|
||||
/* States */
|
||||
HIF_HOLDER = 6, /* Set for gh that "holds" the glock */
|
||||
HIF_FIRST = 7,
|
||||
HIF_WAIT = 10,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user