commit | bc0205612bbd4dd4026d4ba6287f5643c37366ec | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue Dec 18 08:29:32 2018 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Tue Dec 18 10:49:02 2018 -0600 |
tree | c742bb099d4e61d8335d50482e17e460ed5aa139 | |
parent | 27a2660f1ef944724956d92e8a312b6da0936fae [diff] |
gfs2: take jdata unstuff into account in do_grow Before this patch, function do_grow would not reserve enough journal blocks in the transaction to unstuff jdata files while growing them. This patch adds the logic to add one more block if the file to grow is jdata. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>