Description of problem: When the client receives ERR_NOSPC on reply to CREATE_SESSION it leads to a client hanging in nfs_wait_client_init_complete(). Instead, complete and fail the client initiation with an EIO error which allows for the mount command to fail instead of hanging. See upstream: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ea027cb2e1b59c76582af867b71d5c037fa6bb8e
Add PR: https://gitee.com/anolis/cloud-kernel/pulls/1368
https://gitee.com/anolis/cloud-kernel/pulls/1368