]> Pileus Git - ~andy/linux/commit
xfs: clean up filestreams helpers
authorChristoph Hellwig <hch@infradead.org>
Tue, 20 Jul 2010 07:31:01 +0000 (17:31 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:51 +0000 (13:16 -0500)
commit0664ce8d0fde731d76fa7e86b3afb54f3a6830ff
treec33c78d3a3e34ecc7f1ddda363040b57687b6b25
parent73523a2ecf03f0bfe7c36c244aff8a2ef2208a4a
xfs: clean up filestreams helpers

Move xfs_filestream_peek_ag, xxfs_filestream_get_ag and xfs_filestream_put_ag
from xfs_filestream.h to xfs_filestream.c where it's only callers are, and
remove the inline marker while we're at it to let the compiler decide on the
inlining.  Also don't return a value from xfs_filestream_put_ag because
we don't need it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_filestream.c
fs/xfs/xfs_filestream.h