]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nfsd: fix file memleak on client_opens_release
authorMahmoud Adam <mngyadam@amazon.com>
Fri, 10 Nov 2023 18:21:04 +0000 (19:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 16:56:34 +0000 (16:56 +0000)
commitcd0e9f475a4687223abec9a6600a82371f4859aa
tree654438fea1b6875505e8f906657c22e80c595ec4
parent114c9d732cf90b0a3528199034ca9d386822a7b3
nfsd: fix file memleak on client_opens_release

commit bc1b5acb40201a0746d68a7d7cfc141899937f4f upstream.

seq_release should be called to free the allocated seq_file

Cc: stable@vger.kernel.org # v5.3+
Signed-off-by: Mahmoud Adam <mngyadam@amazon.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Fixes: 78599c42ae3c ("nfsd4: add file to display list of client's opens")
Reviewed-by: NeilBrown <neilb@suse.de>
Tested-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfsd/nfs4state.c