]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust_binderfs: fix a dentry leak
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Jan 2026 06:05:57 +0000 (01:05 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 5 Feb 2026 18:52:16 +0000 (13:52 -0500)
commit351ea48ae880b1673abcf232947c577183fdf712
tree3d37f21d2cff835cfb86d0f65e59d756e5a15a24
parent63804fed149a6750ffd28610c5c1c98cce6bd377
rust_binderfs: fix a dentry leak

Parallel to binderfs patches - 02da8d2c0965 "binderfs_binder_ctl_create():
kill a bogus check" and the bit of b89aa544821d "convert binderfs" that
got lost when making 4433d8e25d73 "convert rust_binderfs"; the former is
a cleanup, the latter is about marking /binder-control persistent, so that
it would be taken out on umount.

Fixes: 4433d8e25d73 ("convert rust_binderfs")
Acked-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/android/binder/rust_binderfs.c