xfs: remove xfs_mod_incore_sb API
authorDave Chinner <dchinner@redhat.com>
Mon, 23 Feb 2015 10:24:37 +0000 (21:24 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 23 Feb 2015 10:24:37 +0000 (21:24 +1100)
commit964aa8d9e4d36e0e54a88683d14c7d5b9d02aed8
treebd06ac66290e88c8205a10d7663dc1c9d74f53c8
parent0bd5ddedccca4451ac2390d1155b4ab74b990eff
xfs: remove xfs_mod_incore_sb API

Now that there are no users of the bitfield based incore superblock
modification API, just remove the whole damn lot of it, including
all the bitfield definitions. This finally removes a lot of cruft
that has been around for a long time.

Credit goes to Christoph Hellwig for providing a great patch
connecting all the dots to enale us to do this. This patch is
derived from that work.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_format.h
fs/xfs/xfs_fsops.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h