]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: turn the pages list in cifs_readdata into an array
authorJeff Layton <jlayton@redhat.com>
Wed, 19 Sep 2012 13:22:30 +0000 (06:22 -0700)
committerSteve French <smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:32 +0000 (21:46 -0500)
commit870cb61d16cff22d39e55aaa17eabb02664470a0
treebfec76b22571f283e85491ad6a20f1aaba757122
parent723afecca417404c72775c0c3005618c9afdc46f
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