commit | 048786f1e6042022a8fb2035157a8c8c3a82a4f2 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Jan 29 00:11:34 2008 +0200 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Mar 31 10:40:02 2008 +0100 |
tree | 767dcd59a8fc6392c1347a4342b2220f7599780b | |
parent | ef8c441cb7fece75dbbdb1f59d3f82b6a4be7474 [diff] [blame] |
[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>
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 5752dec..befcda0 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c
@@ -197,7 +197,7 @@ * */ -void gfs2_glock_hold(struct gfs2_glock *gl) +static void gfs2_glock_hold(struct gfs2_glock *gl) { atomic_inc(&gl->gl_ref); }