[GFS2] Tidy gfs2_unstuffer_page
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Jul 2006 14:51:20 +0000 (10:51 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Jul 2006 14:51:20 +0000 (10:51 -0400)
commitf25ef0c1b4e032b2641857ac4cff3315c6eb90e3
treebb07e8ed49264213cfb5d1694f19f3ece8cad1f0
parent81456807a33c2122e2f1f92acfbaaa77b3d06c3c
[GFS2] Tidy gfs2_unstuffer_page

Tidy up gfs2_unstuffer_page by:

 a) Moving it into bmap.c
 b) Making it static
 c) Calling it directly from gfs2_unstuff_dinode
 d) Updating all callers of gfs2_unstuff_dinode due to one less
    required argument.

It doesn't change the behaviour at all.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/bmap.h
fs/gfs2/dir.c
fs/gfs2/ops_address.c
fs/gfs2/ops_vm.c
fs/gfs2/page.c
fs/gfs2/page.h