]> git.baikalelectronics.ru Git - kernel.git/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)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 16 Oct 2017 19:26:50 +0000 (12:26 -0700)
commit4709aa778c14c0cac01806bfb6d2935cdd449710
treeb5cce99faa475dfa17461a5b53281e40fc1bce67
parent485faaa92cb54a1a5005dd90a42fe1536bcc1bb2
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: ffab15125834 ("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