diff options
author | Dave Chinner <dchinner@redhat.com> | 2015-02-23 21:24:37 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-02-23 21:24:37 +1100 |
commit | 964aa8d9e4d36e0e54a88683d14c7d5b9d02aed8 (patch) | |
tree | bd06ac66290e88c8205a10d7663dc1c9d74f53c8 /fs/xfs/xfs_fsops.c | |
parent | 0bd5ddedccca4451ac2390d1155b4ab74b990eff (diff) | |
download | linux-stable-964aa8d9e4d36e0e54a88683d14c7d5b9d02aed8.tar.gz linux-stable-964aa8d9e4d36e0e54a88683d14c7d5b9d02aed8.tar.bz2 linux-stable-964aa8d9e4d36e0e54a88683d14c7d5b9d02aed8.zip |
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>
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index 16e62edc9dae..cb7e8a29dfb6 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c @@ -693,10 +693,6 @@ xfs_reserve_blocks( * what to do. This means that the amount of free space can * change while we do this, so we need to retry if we end up * trying to reserve more space than is available. - * - * We also use the xfs_mod_incore_sb() interface so that we - * don't have to care about whether per cpu counter are - * enabled, disabled or even compiled in.... */ retry: spin_lock(&mp->m_sb_lock); |