Whamcloud - gitweb
LU-14301 llite: return EOPNOTSUPP if fallocate is not supported 48/41148/3
authorJohn L. Hammond <jhammond@whamcloud.com>
Wed, 6 Jan 2021 19:48:35 +0000 (13:48 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 12 Jan 2021 07:57:41 +0000 (07:57 +0000)
In ll_fallocate() if the server returns the NFSv3 specific error code
ENOTSUPP then replace it with EOPNOTSUPP to avoid confusing
applications.

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I85952be27808704112a6902684900cd938d576ac
Reviewed-on: https://review.whamcloud.com/41148
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>

No differences found