diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-02-13 11:46:16 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-02-14 22:42:57 -0800 |
commit | 15a268d9f263ed3a0601a1296568241a5a3da7aa (patch) | |
tree | 551546fb5270bde61302991d5e4db717dbb456f0 /samples/mic | |
parent | e1f6ca11381588e3ef138c10de60eeb34cb8466a (diff) | |
download | linux-15a268d9f263ed3a0601a1296568241a5a3da7aa.tar.bz2 |
xfs: reserve blocks for ifree transaction during log recovery
Log recovery frees all the inodes stored in the unlinked list, which can
cause expansion of the free inode btree. The ifree code skips block
reservations if it thinks there's a per-AG space reservation, but we
don't set up the reservation until after log recovery, which means that
a finobt expansion blows up in xfs_trans_mod_sb when we exceed the
transaction's block reservation.
To fix this, we set the "no finobt reservation" flag to true when we
create the xfs_mount and only set it to false if we confirm that every
AG had enough free space to put aside for the finobt.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'samples/mic')
0 files changed, 0 insertions, 0 deletions