commit | a12c6fa1de8472f0eb56f7e5a60de2ffa4f6c043 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <[email protected]> | Tue Oct 06 15:16:16 2020 +0200 |
committer | Andreas Gruenbacher <[email protected]> | Mon Jan 18 16:56:37 2021 +0100 |
tree | 6301252710918556202fa3ddd5c483a50834f4ac | |
parent | 2fdc2fa21bc72ec06c0c9f0e30b88fe1f2486b75 [diff] |
gfs2: Don't clear GBF_FULL flags in rs_deltree Removing a reservation doesn't make any actual space available, so don't clear the GBF_FULL flags in that case. Otherwise, we'll only spend more time scanning the bitmaps unnecessarily. Signed-off-by: Andreas Gruenbacher <[email protected]>