xfs: move two more RT specific functions into CONFIG_XFS_RT
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Oct 2017 16:47:47 +0000 (09:47 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 16 Oct 2017 19:26:50 +0000 (12:26 -0700)
commit785545c8982604fe3ba79d16409e83993be77d5e
treeb5cce99faa475dfa17461a5b53281e40fc1bce67
parent40214d128e07dd21bb07a8ed6a7fe2f911281ab2
xfs: move two more RT specific functions into CONFIG_XFS_RT

The last cleanup introduced two harmless warnings:

fs/xfs/xfs_fsmap.c:480:1: warning: '__xfs_getfsmap_rtdev' defined but not used
fs/xfs/xfs_fsmap.c:372:1: warning: 'xfs_getfsmap_rtdev_rtbitmap_helper' defined but not used

This moves those two functions as well.

Fixes: bb9c2e543325 ("xfs: move more RT specific code under CONFIG_XFS_RT")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_fsmap.c