commit | 64090cbe4bff240e9a5266e956fcaf449ea6b327 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Jun 17 23:04:14 2021 +0200 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Tue Jun 29 10:56:51 2021 +0200 |
tree | 8e527d666714e0b2c2f6cc306603245dc5b8e576 | |
parent | 0fc3bcd6b6e34281254658bef27c45ec8c19e50c [diff] |
gfs2: Unstuff before locking page in gfs2_page_mkwrite In gfs2_page_mkwrite, unstuff inodes before locking the page. That way, we won't have to pass in the locked page to gfs2_unstuff_inode, and gfs2_unstuff_inode can look up and lock the page itself. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>