commit | d4d7fc12b642a16732adeacefdaebe684bcb2218 | [log] [tgz] |
---|---|---|
author | Andrew Price <anprice@redhat.com> | Wed Apr 05 11:45:26 2017 -0400 |
committer | Bob Peterson <rpeterso@redhat.com> | Wed Apr 05 11:45:26 2017 -0400 |
tree | 29f04bad0806d11aff8b0eadf327f34c22e633a6 | |
parent | d4da31986c5da14277b3ecc479f1b0682756b54c [diff] |
gfs2: Re-enable fallocate for the rindex Commit 86066914edff2316cbed63aac8a87d5001441a16 "gfs2: Don't support fallocate on jdata files" removed the ability of gfs2_grow to reserve space at the end of the rindex, which could prevent a second gfs2_grow from succeeding if the fs is full. Allow fallocate to work on the rindex once again. Signed-off-by: Andrew Price <anprice@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>