Ronnie Sahlberg <lsahlber@xxxxxxxxxx> writes: > Kernel bugzilla: 216301 > > When doing direct writes we need to also invalidate the mapping in case > we have a cached copy of the affected page(s) in memory or else > subsequent reads of the data might return the old/stale content > before we wrote an update to the server. > > Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> > --- > fs/cifs/file.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Paulo Alcantara (SUSE) <pc@xxxxxx>