NFSv3: Delete duplicate judgement in nfs3_async_handle_jukebox
authorYe Bin <yebin10@huawei.com>
Wed, 18 Aug 2021 02:02:52 +0000 (10:02 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 27 Aug 2021 20:36:21 +0000 (16:36 -0400)
commit79d534f8cbf9714e2ba735f5b6c97678d266b2de
tree8a16314e29a340a5213826aa5f128a5e82c7d373
parent7c81e6a9d75bd2c094005b64b442cec729dbdf66
NFSv3: Delete duplicate judgement in nfs3_async_handle_jukebox

As eb96d5c97b08 ("SUNRPC handle EKEYEXPIRED in call_refreshresult")
commit handle EKEYEXPIRED in call_refreshresult, so there is only handle
when "task->tk_status" is equal "-EJUKEBOX" in nfs3_async_handle_jukebox.

Signed-off-by: Ye Bin <yebin10@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs3proc.c