]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: turn the pages list in cifs_readdata into an array
authorJeff Layton <jlayton@redhat.com>
Tue, 14 Aug 2012 18:39:44 +0000 (14:39 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:32 +0000 (09:44 -0500)
commitd8b9dff6bde7ef0dd13a52e0cdfa998a3545c07f
tree71405da53c089e9ff7370c646164a2a0d9b2477c
parent382ed12c327f41a628768ad57ebca1df241bdab7
cifs: turn the pages list in cifs_readdata into an array

We'll need an array to put into a smb_rqst, so convert this into an array
instead of (ab)using the lru list_head.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsglob.h
fs/cifs/file.c