Whamcloud - gitweb
LU-14301 client: use EOPNOTSUPP instead of ENOTSUPP
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 30 Jun 2023 00:19:06 +0000 (18:19 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 1 Jul 2023 10:06:15 +0000 (04:06 -0600)
commit3deafa8a39a964c67f533173a5b2f90d0d2d7730
tree89894d9f1d940e7292933df65b2e93c3e5468b3a
parentd0d23b6d0121fb526c39aa39cfffa7e0c4c3a097
LU-14301 client: use EOPNOTSUPP instead of ENOTSUPP

Don't return NFS-specific error code ENOTSUPP back to userspace,
instead use EOPNOTSUPP.

Lustre-change: https://review.whamcloud.com/51511
Lustre-commit: TBD (from 1a0d553000d5a869f9039bab74dbdbb20d4259b0)

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Iabd07b31069737e8ee7ca2382fd8cff6143ebbe5
lustre/llite/dir.c
lustre/llite/lcommon_misc.c
lustre/llite/lproc_llite.c
lustre/llite/pcc.c
lustre/lov/lov_object.c
lustre/mdc/lproc_mdc.c
lustre/mdc/mdc_dev.c
lustre/mdc/mdc_request.c
lustre/osc/lproc_osc.c
lustre/osc/osc_io.c
lustre/ptlrpc/pack_generic.c