Message ID | 20230810071922.30229-2-russ@har.mn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | cifs: Release folio lock on fscache read hit. | expand |
diff --git a/fs/smb/client/file.c b/fs/smb/client/file.c index fc5acc95cd13..767bcdd95b31 100644 --- a/fs/smb/client/file.c +++ b/fs/smb/client/file.c @@ -4681,9 +4681,9 @@ static int cifs_readpage_worker(struct file *file, struct page *page, io_error: kunmap(page); - unlock_page(page); read_complete: + unlock_page(page); return rc; }