commit | d383e346f97d6bb0d654bb3d63c44ab106d92d29 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 22 14:40:31 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Oct 27 22:05:56 2020 +0000 |
tree | 95f45265515b57b620fa4608d933caa1e200dc97 | |
parent | 248c944e2159de4868bef558feea40214aaf8464 [diff] |
afs: Fix afs_launder_page to not clear PG_writeback Fix afs_launder_page() to not clear PG_writeback on the page it is laundering as the flag isn't set in this case. Fixes: 4343d00872e1 ("afs: Get rid of the afs_writeback record") Signed-off-by: David Howells <dhowells@redhat.com>