summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-09-04 17:10:39 +0000
committerSteve French <smfrench@gmail.com>2013-09-18 10:17:03 -0500
commit54afa99057ee2ffd3df0f5e891298bbbb65ea63c (patch)
treebbe235d0310023e4c4eace892b1de10faee13c3f /fs/cifs/cifssmb.c
parent62d228b8c676232eca579f91cc0782b060a59097 (diff)
downloadop-kernel-dev-54afa99057ee2ffd3df0f5e891298bbbb65ea63c.zip
op-kernel-dev-54afa99057ee2ffd3df0f5e891298bbbb65ea63c.tar.gz
CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing them
In cifs_readpages(), we may decide we don't want to read a page after all - but the page may already have passed through fscache_read_or_alloc_pages() and thus have marks and reservations set. Thus we have to call fscache_readpages_cancel() or fscache_uncache_page() on the pages we're returning to clear the marks. NFS, AFS and 9P should be unaffected by this as they call read_cache_pages() which does the cleanup for you. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud