Whamcloud - gitweb
LU-5971 llite: remove struct ll_ra_read 47/13347/2
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 12 Jan 2015 14:26:17 +0000 (08:26 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 16 Jan 2015 03:27:36 +0000 (03:27 +0000)
commit719757dd2526e003911eed0b0830ed70d278cdd4
tree96f9ebc001d38b02147996f0875b344302a35000
parent558a3a4a060fc4eaeff8c86c3719e2f4a047a07d
LU-5971 llite: remove struct ll_ra_read

Remove the unused function ll_ra_read_get(). This makes the struct
ll_ra_read members lrr_reader and lrr_linkage and the struct
ll_readahead_state member ras_read_beads unnecessary so remove them.
In struct vvp_io replace the struct ll_ra_read cui_bead member with
cui_ra_start and cui_ra_count.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Id54ad063d917fb9e13a6708a87c940450c4af506
Reviewed-on: http://review.whamcloud.com/13347
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/llite_internal.h
lustre/llite/rw.c
lustre/llite/vvp_io.c