summaryrefslogtreecommitdiffstats
path: root/init/calibrate.c
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2014-05-20 15:07:45 +0200
committerRoland Dreier <roland@purestorage.com>2014-05-20 09:20:52 -0700
commit52ede08f00ebfc21d50a1f3e5908a78655900519 (patch)
tree27f260fd687c6331270bae037d8ca120388581b1 /init/calibrate.c
parentd1b4289e16477fe13e95b88ffb7067c87b10ab6e (diff)
downloadop-kernel-dev-52ede08f00ebfc21d50a1f3e5908a78655900519.zip
op-kernel-dev-52ede08f00ebfc21d50a1f3e5908a78655900519.tar.gz
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 'init/calibrate.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud