[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)
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>

No differences found