]> git.openfabrics.org - ~emulex/infiniband.git/commit
GFS2: Combine functions gfs2_glock_wait and wait_on_holder
authorBob Peterson <rpeterso@redhat.com>
Thu, 9 Aug 2012 17:48:44 +0000 (12:48 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 24 Sep 2012 09:47:09 +0000 (10:47 +0100)
commit07a790494260e102eb42840537af82e84d2ab766
tree1c6ee208c21f4a9ec8676f8b4d895d0e9386dd80
parent4abb6ad9eae0aebfcec4f188a408447cc4ea1cb4
GFS2: Combine functions gfs2_glock_wait and wait_on_holder

Function gfs2_glock_wait only called function wait_on_holder and
returned its return code, so they were combined for readability.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c