ANDROID: rust_binder: remove binder_logs/procs/pid immediately
Currently the binder_logs/procs/pid file is removed in the deferred
release callback that runs on the workqueue, which means that it may run
after the underlying filesystem is unmounted. However, dentries must be
removed before the filesystem goes away, so remove it explicitly when
scheduling the deferred release callback.
Bug: 426116428
Change-Id: I77db9261711989f8d4cd4c3a22903ff83a3fa9b7
Signed-off-by:
Alice Ryhl <aliceryhl@google.com>
Loading
Please sign in to comment