Whamcloud - gitweb
LU-11268 mdc: use smaller buffers for getxattr 24/33024/4
authorJohn L. Hammond <jhammond@whamcloud.com>
Tue, 18 Sep 2018 16:45:16 +0000 (12:45 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 1 Oct 2018 14:00:51 +0000 (14:00 +0000)
commit9b83e0e3fc5a682c134609d74d544e856613d323
tree056d2bfa589f6d55c03a94af596a6424c356e194
parent10afbcfe2cc1a87dd0c4f2ef2d194de87c18f9bd
LU-11268 mdc: use smaller buffers for getxattr

In mdc_intent_getxattr_pack() only the xattr values buffer should be
upsized for older MDTs. This refines the interop fix from change
https://review.whamcloud.com/31990 (LU-10912 mdc: use large xattr
buffers for old servers).

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: If7c6fe7be96a6a227c746f90757b7aae1874b14e
Reviewed-on: https://review.whamcloud.com/33024
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdc/mdc_locks.c