Skip to content
Commit a9e9b7bc authored by Sachin Prabhu's avatar Sachin Prabhu Committed by Steve French
Browse files

cifs: Do not take a reference to the page in cifs_readpage_worker()



We do not need to take a reference to the pagecache in
cifs_readpage_worker() since the calling function will have already
taken one before passing the pointer to the page as an argument to the
function.

Signed-off-by: default avatarSachin Prabhu <sprabhu@redhat.com>
Reviewed-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent bdbdfdef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment