OSDN Git Service

GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demote
authorBob Peterson <rpeterso@redhat.com>
Thu, 9 Aug 2012 17:48:45 +0000 (12:48 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 24 Sep 2012 09:47:10 +0000 (10:47 +0100)
commit81e1d45061d09f296d7664af70d3334840d123a0
tree0ecb235ad73de100e81d3b20a1b08a44b827a1d8
parent07a790494260e102eb42840537af82e84d2ab766
GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demote

Function gfs2_glock_dq_wait called two-line function wait_on_demote,
so they were combined.

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