diff options
author | Bart Van Assche <bvanassche@acm.org> | 2014-05-20 15:07:45 +0200 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2014-05-20 09:20:52 -0700 |
commit | 52ede08f00ebfc21d50a1f3e5908a78655900519 (patch) | |
tree | 27f260fd687c6331270bae037d8ca120388581b1 /include/scsi/scsi_bsg_iscsi.h | |
parent | d1b4289e16477fe13e95b88ffb7067c87b10ab6e (diff) | |
download | blackbird-op-linux-52ede08f00ebfc21d50a1f3e5908a78655900519.tar.gz blackbird-op-linux-52ede08f00ebfc21d50a1f3e5908a78655900519.zip |
IB/srp: Rename FMR-related variables
The next patch will cause the renamed variables to be shared between
the code for FMR and for FR memory registration. Make the names of
these variables independent of the memory registration mode. This
patch does not change any functionality. The start of this patch was
the changes applied via the following shell command:
sed -i.orig 's/SRP_FMR_SIZE/SRP_MAX_PAGES_PER_MR/g; \
s/fmr_page_mask/mr_page_mask/g;s/fmr_page_size/mr_page_size/g; \
s/fmr_page_shift/mr_page_shift/g;s/fmr_max_size/mr_max_size/g; \
s/max_pages_per_fmr/max_pages_per_mr/g;s/nfmr/nmdesc/g; \
s/fmr_len/dma_len/g' drivers/infiniband/ulp/srp/ib_srp.[ch]
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/scsi/scsi_bsg_iscsi.h')
0 files changed, 0 insertions, 0 deletions