aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJohannes Berg <[email protected]>2024-03-28 07:27:49 +0000
committerDavid S. Miller <[email protected]>2024-04-03 08:59:38 +0000
commit464eb03c4a7cfb32cb3324249193cf6bb5b35152 (patch)
tree450903621dce4c85b8d7cde96a74dc75e5b0235d /net/unix/af_unix.c
parentMerge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... (diff)
downloadkernel-464eb03c4a7cfb32cb3324249193cf6bb5b35152.tar.gz
kernel-464eb03c4a7cfb32cb3324249193cf6bb5b35152.zip
rtnetlink: add guard for RTNL
The new guard/scoped_gard can be useful for the RTNL as well, so add a guard definition for it. It gets used like { guard(rtnl)(); // RTNL held until end of block } or scoped_guard(rtnl) { // RTNL held in this block } as with any other guard/scoped_guard. Signed-off-by: Johannes Berg <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions