commit | 08bc03539d38508eff3fd470a82ea422ce279f6e | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@poochiereds.net> | Fri May 23 06:50:21 2014 -0400 |
committer | Steve French <smfrench@gmail.com> | Thu Jun 19 13:34:04 2014 -0500 |
tree | 8ccfdec6410f15e33ed4e42b748ed773aaa55632 | |
parent | a1d0b84c308d7fdfb67eb76498116a6c2fdda507 [diff] |
cifs: revalidate mapping prior to satisfying read_iter request with cache=loose Before satisfying a read with cache=loose, we should always check that the pagecache is valid before allowing a read to be satisfied out of it. Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Jeff Layton <jlayton@poochiereds.net> Signed-off-by: Steve French <smfrench@gmail.com>