]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7824b98712ef8dfbe7e275211844feafb7f926c3
tree5c1e0d46a725e3fe3d6a38db787b92d7af696add
parent1309cc78a4d3b6a640baa524efe4b811984c5221
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