• B
    GFS2: Ensure rindex is uptodate for fallocate · 9e73f571
    Bob Peterson 提交于
    This patch fixes a problem whereby gfs2_grow was failing and causing GFS2
    to assert. The problem was that when GFS2's fallocate operation tried to
    acquire an "allocation" it made sure the rindex was up to date, and if not,
    it called gfs2_rindex_update. However, if the file being fallocated was
    the rindex itself, it was already locked at that point. By calling
    gfs2_rindex_update at an earlier point in time, we bring rindex up to date
    and thereby avoid trying to lock it when the "allocation" is acquired.
    Signed-off-by: NBob Peterson <rpeterso@redhat.com>
    Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
    9e73f571
file.c 25.6 KB