]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: inline __gfs2_glock_schedule_for_reclaim
authorBob Peterson <rpeterso@redhat.com>
Thu, 9 Aug 2012 17:48:43 +0000 (12:48 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 10 Aug 2012 10:00:24 +0000 (11:00 +0100)
commita8359b5bec60bff008e41c2ab4aa7fa5f91e4e8a
treed0a0ab1e869948420322cd32927e91c172483d3e
parent27913f0d1a1ebfd0bcc3b8aa8ef5fb7d47be9087
GFS2: inline __gfs2_glock_schedule_for_reclaim

Since function gfs2_glock_schedule_for_reclaim is only two
significant lines, we can eliminate it, simplifying the code
and making it more readable.

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