]> git.kernelconcepts.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>
Mon, 24 Sep 2012 09:47:07 +0000 (10:47 +0100)
commit4abb6ad9eae0aebfcec4f188a408447cc4ea1cb4
tree2619829db55572465ada6374ec3dddbb96c94c96
parent8e711e100fd63b9cbf095030d45fd5ee2fa4c995
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