]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/xfs/xfs_trans.c
xfs: set up per-AG free space reservations
[mirror_ubuntu-artful-kernel.git] / fs / xfs / xfs_trans.c
index 5f3d33d16e6706b9db55cb3919c35feea29408ca..3ad355362b10903e506018a427344b7be752b517 100644 (file)
@@ -318,7 +318,6 @@ xfs_trans_mod_sb(
                 * in-core superblock's counter.  This should only
                 * be applied to the on-disk superblock.
                 */
-               ASSERT(delta < 0);
                tp->t_res_fdblocks_delta += delta;
                if (xfs_sb_version_haslazysbcount(&mp->m_sb))
                        flags &= ~XFS_TRANS_SB_DIRTY;