diff options
| author | NeilBrown <neil@brown.name> | 2025-07-16 03:44:22 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-07-18 12:10:41 +0300 |
| commit | 8290fb412d2f3dced1b744330d22f2d639ccdf36 (patch) | |
| tree | 95cc9d19bcfd0eee6eaa52646d24e959c7174a1c /scripts/gdb/linux/proc.py | |
| parent | 7dfb0722ad0740f6fbf9bd184e3ae4ba4bc19f31 (diff) | |
| download | linux-8290fb412d2f3dced1b744330d22f2d639ccdf36.tar.xz | |
ovl: narrow locking in ovl_cleanup_index()
ovl_cleanup_index() takes a lock on the directory and then does a lookup
and possibly one of two different cleanups.
This patch narrows the locking to use the _unlocked() versions of the
lookup and one cleanup, and just takes the lock for the other cleanup.
A subsequent patch will take the lock into the cleanup.
Signed-off-by: NeilBrown <neil@brown.name>
Link: https://lore.kernel.org/20250716004725.1206467-12-neil@brown.name
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions
