Revision 156cacb1d0d36b0d0582d9e798e58e0044f516b3 authored by Al Viro on 21 September 2012, 12:19:02 UTC, committed by Al Viro on 23 September 2012, 00:48:18 UTC
normally we deal with lock_mount()/umount races by checking that
mountpoint to be is still in our namespace after lock_mount() has
been done.  However, do_add_mount() skips that check when called
with MNT_SHRINKABLE in flags (i.e. from finish_automount()).  The
reason is that ->mnt_ns may be a temporary namespace created exactly
to contain automounts a-la NFS4 referral handling.  It's not the
namespace of the caller, though, so check_mnt() would fail here.
We still need to check that ->mnt_ns is non-NULL in that case,
though.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent fea7a08
History
File Mode Size
include
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 587 bytes
Makefile.boot -rw-r--r-- 129 bytes
board-mop500-msp.c -rw-r--r-- 6.4 KB
board-mop500-msp.h -rw-r--r-- 383 bytes
board-mop500-pins.c -rw-r--r-- 21.4 KB
board-mop500-regulators.c -rw-r--r-- 12.3 KB
board-mop500-regulators.h -rw-r--r-- 615 bytes
board-mop500-sdi.c -rw-r--r-- 7.7 KB
board-mop500-stuib.c -rw-r--r-- 4.6 KB
board-mop500-u8500uib.c -rw-r--r-- 2.0 KB
board-mop500-uib.c -rw-r--r-- 2.5 KB
board-mop500.c -rw-r--r-- 23.1 KB
board-mop500.h -rw-r--r-- 3.7 KB
cache-l2x0.c -rw-r--r-- 1.8 KB
clock.c -rw-r--r-- 17.8 KB
clock.h -rw-r--r-- 5.2 KB
cpu-db8500.c -rw-r--r-- 6.8 KB
cpu.c -rw-r--r-- 3.6 KB
cpuidle.c -rw-r--r-- 4.2 KB
devices-common.c -rw-r--r-- 1.2 KB
devices-common.h -rw-r--r-- 3.5 KB
devices-db8500.c -rw-r--r-- 6.0 KB
devices-db8500.h -rw-r--r-- 4.3 KB
devices.c -rw-r--r-- 564 bytes
headsmp.S -rw-r--r-- 850 bytes
hotplug.c -rw-r--r-- 1.1 KB
id.c -rw-r--r-- 2.4 KB
pins-db8500.h -rw-r--r-- 24.5 KB
platsmp.c -rw-r--r-- 4.2 KB
ste-dma40-db8500.h -rw-r--r-- 4.9 KB
timer.c -rw-r--r-- 2.8 KB
usb.c -rw-r--r-- 3.9 KB

back to top