Re: [PATCH 3/5] smb3: fix temporary data corruption in collapse range

From: David Howells
Date: Tue Aug 23 2022 - 12:58:58 EST


Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:

> truncate_pagecache_range(inode, start, end);
>
> ... and presumably, you'd also want the error check?

truncate_pagecache_range() is void.

David