]> git.hungrycats.org Git - linux/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Oct 2017 08:39:17 +0000 (10:39 +0200)
commit2fbb8bf749b598085045b9485a46414f3baddfac
treea035011dd39f4727c94e5db2bbf2264109878354
parent1e1427356d8d127f15fd273e82b992fb5928178d
xfs: move two more RT specific functions into CONFIG_XFS_RT

commit 785545c8982604fe3ba79d16409e83993be77d5e upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_fsmap.c