diff options
| author | David Howells <[email protected]> | 2024-12-16 20:41:00 +0000 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2024-12-20 21:34:04 +0000 |
| commit | 627cf645277b6f8e6128e2c86907a81970bce87a (patch) | |
| tree | ee9daab1e41458bc995d2d58076e40338065db31 /net/unix/af_unix.c | |
| parent | netfs: Drop the was_async arg from netfs_read_subreq_terminated() (diff) | |
| download | kernel-627cf645277b6f8e6128e2c86907a81970bce87a.tar.gz kernel-627cf645277b6f8e6128e2c86907a81970bce87a.zip | |
netfs: Don't use bh spinlock
All the accessing of the subrequest lists is now done in process context,
possibly in a workqueue, but not now in a BH context, so we don't need the
lock against BH interference when taking the netfs_io_request::lock
spinlock.
Signed-off-by: David Howells <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
cc: Jeff Layton <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected]
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
