NFSv4: Directly use ida_alloc()/free()
authorBo Liu <liubo03@inspur.com>
Wed, 15 Jun 2022 06:27:45 +0000 (02:27 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 3 Oct 2022 15:26:36 +0000 (11:26 -0400)
commit724e2df95b08a7e6ca989a9f96b29dc92ece9cd9
tree5c1e0d46a725e3fe3d6a38db787b92d7af696add
parent9947e57b22ddfb6f697fa45ef5c92d2aa17b2edf
NFSv4: Directly use ida_alloc()/free()

Use ida_alloc()/ida_free() instead of
ida_simple_get()/ida_simple_remove().
The latter is deprecated and more verbose.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4state.c