diff options
author | NeilBrown <neil@brown.name> | 2025-06-09 09:09:35 +1000 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-06-11 13:44:15 +0200 |
commit | 8668a0df07a39b5d78076c4220ca8bedc23464e5 (patch) | |
tree | f18f9b3882f6637cd3b14ed695716f1f7b5c19e0 /lib/crypto/mpi/mpiutil.c | |
parent | e2a9a3d74a7633598357419257edf77c1fab3e4c (diff) |
coda: use iterate_dir() in coda_readdir()
The code in coda_readdir() is nearly identical to iterate_dir().
Differences are:
- iterate_dir() is killable
- iterate_dir() adds permission checking and accessing notifications
I believe these are not harmful for coda so it is best to use
iterate_dir() directly. This will allow locking changes without
touching the code in coda.
Signed-off-by: NeilBrown <neil@brown.name>
Link: https://lore.kernel.org/20250608230952.20539-4-neil@brown.name
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions