From: Dave Chinner Date: Mon, 23 Apr 2012 05:59:02 +0000 (+1000) Subject: xfs: move xfs_get_extsz_hint() and kill xfs_rw.h X-Git-Tag: v3.5-rc1~91^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0ec1d9ed7f3aa7974fccfbb612fadda2e10bad;p=pandora-kernel.git xfs: move xfs_get_extsz_hint() and kill xfs_rw.h The only thing left in xfs_rw.h is a function prototype for an inode function. Move that to xfs_inode.h, and kill xfs_rw.h. Also move the function implementing the prototype from xfs_rw.c to xfs_inode.c so we only have one function left in xfs_rw.c Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed