]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nfsd: remove obsolete comment from nfs4_alloc_stid
authorJeff Layton <jlayton@kernel.org>
Mon, 3 Mar 2025 17:26:01 +0000 (12:26 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 10 Mar 2025 13:11:12 +0000 (09:11 -0400)
commit387625808c45ccd46350440436f4a2f5cec4d04a
tree0ae9e4c2817568daba91d8c608a0c12f5deb9e84
parentd917d78311e5d5e07c4de1e043fbafb64f7f72ab
nfsd: remove obsolete comment from nfs4_alloc_stid

idr_alloc_cyclic() is what guarantees that now, not this long-gone trick.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4state.c