Skip to content
Snippets Groups Projects
Commit e589665e authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Remove flags no longer required


The HIF_MUTEX and HIF_PROMOTE flags were set on the glock holders
depending upon which of the two waiters lists they were going to
be queued upon. They were then tested when the holders were taken
off the lists to ensure that the right type of holder was being
dequeued.

Since we are already using separate lists, there doesn't seem a
lot of point having these flags as well, and since setting them
and testing them is in the fast path for locking and unlocking
glock, this patch removes them.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 3042a2cc
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment