]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 10 Aug 2012 10:01:00 +0000 (11:01 +0100)
commitda8df3094a1e1032088af15178843437750a0186
treefa6e44160a162e2596f86fc7c82f94441da7907e
parenta8359b5bec60bff008e41c2ab4aa7fa5f91e4e8a
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