commit | b7f55d928e75557295c1ac280c291b738905b6fb | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Sat May 15 17:27:14 2021 +0200 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri May 21 05:16:38 2021 +0200 |
tree | e4bdc7866e6d0e3f9868a1d08edcecf14b179412 | |
parent | f5456b5d67cf812fd31fe3e130ca216b2e0908e5 [diff] |
gfs2: Fix mmap locking for write faults When a write fault occurs, we need to take the inode glock of the underlying inode in exclusive mode. Otherwise, there's no guarantee that the dirty page will be written back to disk. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>