]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: insert the pag structures into the xarray later
authorChristoph Hellwig <hch@lst.de>
Sun, 1 Sep 2024 08:48:37 +0000 (11:48 +0300)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 05:37:30 +0000 (07:37 +0200)
commitd0adb622992646c1ada25f58c93ed927cd9451a2
treecf4db7639f72998146427db150099fc007bef284
parent89cbde2f13269580b311169c4ea55ebab22373ce
xfs: insert the pag structures into the xarray later

Cleaning up is much easier if a structure can't be looked up yet, so only
insert the pag once it is fully set up.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_ag.c