Whamcloud - gitweb
LU-14607 osp: separate buffer for large XATTR
authorLai Siyao <lai.siyao@whamcloud.com>
Wed, 19 May 2021 02:58:19 +0000 (10:58 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 18 Feb 2023 19:15:27 +0000 (19:15 +0000)
commit103d33ca810c502308d10fc9f4351bfb96fb21d9
tree17ff793199ac9568b5791c4a13301061650fcd05
parent1e838432d12c59d4bb70e77f9985c590fb64c43c
LU-14607 osp: separate buffer for large XATTR

Once XATTR is too large to fit into PAGE_SIZE, allocate value in a
separate buffer for osp_xattr_entry.

Lustre-change: https://review.whamcloud.com/43736
Lustre-commit: a1c5adf7f466cce5b9abae46704c126b1f11d6da

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: Ied090ff73e2e5cdeaf2d91a3670067210f2ab1d7
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50008
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/osp/osp_internal.h
lustre/osp/osp_object.c