[GFS2] make gfs2_glock_hold() static

gfs2_glock_hold() can now become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
このコミットが含まれているのは:
Adrian Bunk
2008-01-29 00:11:34 +02:00
committed by Steven Whitehouse
コミット 048786f1e6
2個のファイルの変更1行の追加2行の削除

ファイルの表示

@@ -197,7 +197,7 @@ static void glock_free(struct gfs2_glock *gl)
*
*/
void gfs2_glock_hold(struct gfs2_glock *gl)
static void gfs2_glock_hold(struct gfs2_glock *gl)
{
atomic_inc(&gl->gl_ref);
}