mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00: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:
parent
7392fbb0a4
commit
a8f1d32d0f
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user