]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/gfs2/meta_io.c
[GFS2] Reduce number of arguments to meta_io.c:getbuf()
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 23 Nov 2006 16:16:32 +0000 (11:16 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:36:50 +0000 (10:36 -0500)
commitcb4c03131836a55bf95e1c165409244ac6b4f39f
treede8bfb4042bec1eb700842eb6c793ce7ed4f4ede
parenta25311c8e0b7071b129ca9a9e49e22eeaf620864
[GFS2] Reduce number of arguments to meta_io.c:getbuf()

Since the superblock and the address_space are determined by the
glock, we might as well just pass that as the argument since all
the callers already have that available.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/meta_io.c