summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-04-03 16:43:50 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2025-04-03 15:45:35 -0700
commitc0dbd11ada2c94edc337a5f6665cbaa6079ff785 (patch)
treec2954c5be7d13497f195ccd43125292560b1d190 /scripts/stackusage
parent56770e24f678a84a21f21bcc1ae9cbc1364677bd (diff)
downloadkernel-c0dbd11ada2c94edc337a5f6665cbaa6079ff785.tar.gz
fs: actually hold the namespace semaphore
Don't use a scoped guard that only protects the next statement. Use a regular guard to make sure that the namespace semaphore is held across the whole function. Signed-off-by: Christian Brauner <brauner@kernel.org> Reported-by: Leon Romanovsky <leon@kernel.org> Link: https://lore.kernel.org/all/20250401170715.GA112019@unreal/ Fixes: db04662e2f4f ("fs: allow detached mounts in clone_private_mount()") Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
f8eb5ceab32e3aae99e2822258aa530'>9P: fix test at the end of p9_write_work()Simon Derr 2012-09-179P: Fix race in p9_read_work()Simon Derr 2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet 2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches 2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley 2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller 2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V 2011-02-01net/9p: replace p9_poll_task with a workTejun Heo 2011-02-01net/9p: use system_wq instead of p9_mux_wqTejun Heo 2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall 2010-08-029p: strlen() doesn't count the terminatorDan Carpenter