[PATCH 13/13] xfs: remove xfs_iget.c
Dave Chinner
david at fromorbit.com
Thu Aug 30 06:07:33 CDT 2012
On Thu, Aug 30, 2012 at 08:57:42PM +1000, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> The inode cache functions remaining in xfs_iget.c can be moved to xfs_icache.c
> along with the other inode cache functions. This removes all functionality from
> xfs_iget.c, so the file can simply be removed.
>
> This move results in various functions now only having the scope of a single
> file (e.g. xfs_inode_free()), so clean up all the definitions and exported
> prototypes in xfs_icache.[ch] and xfs_inode.h appropriately.
>
> Signed-off-by: Dave Chinner <dchinner at redhat.com>
> ---
> fs/xfs/Makefile | 1 -
> fs/xfs/xfs_icache.c | 421 ++++++++++++++++++++++++++++++++++++++++++++++-
> fs/xfs/xfs_icache.h | 6 +-
> fs/xfs/xfs_iget.c | 455 ---------------------------------------------------
> fs/xfs/xfs_inode.h | 10 +-
> 5 files changed, 423 insertions(+), 470 deletions(-)
> delete mode 100644 fs/xfs/xfs_iget.c
Oh, it looks like I forgot to refresh this patch before sending it.
I'll resend the series in a short while with the smoke fix in it as
well.
Cheers,
Dave.
--
Dave Chinner
david at fromorbit.com
More information about the xfs
mailing list