From: Christoph Hellwig Date: Tue, 20 Jul 2010 07:31:01 +0000 (+1000) Subject: xfs: clean up filestreams helpers X-Git-Tag: v2.6.36-rc1~589^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0664ce8d0fde731d76fa7e86b3afb54f3a6830ff;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed