afs: Fix afs_launder_page to not clear PG_writeback
authorDavid Howells <dhowells@redhat.com>
Thu, 22 Oct 2020 13:40:31 +0000 (14:40 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 27 Oct 2020 22:05:56 +0000 (22:05 +0000)
commitd383e346f97d6bb0d654bb3d63c44ab106d92d29
tree95f45265515b57b620fa4608d933caa1e200dc97
parent248c944e2159de4868bef558feea40214aaf8464
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>
fs/afs/internal.h
fs/afs/write.c