Revision eee391a66d774e644bf3cbb35403562e09d88bb2 authored by Andrew Morton on 15 May 2006, 16:44:30 UTC, committed by Linus Torvalds on 15 May 2006, 18:20:57 UTC
Revert commit f6422f17d3a480f21917a3895e2a46b968f56a08, due to

Valdis.Kletnieks@vt.edu wrote:
>
> There seems to have been a bug introduced in this changeset:
>
> Am running 2.6.17-rc3-mm1.  When this changeset is applied, 'mount --bind'
> misbehaves:
>
> > # mkdir /foo
> > # mount -t tmpfs -o rw,nosuid,nodev,noexec,noatime,nodiratime none /foo
> > # mkdir /foo/bar
> > # mount --bind /foo/bar /foo
> > # tail -2 /proc/mounts
> > none /foo tmpfs rw,nosuid,nodev,noexec,noatime,nodiratime 0 0
> > none /foo tmpfs rw 0 0
>
> Reverting this changeset causes both mounts to have the same options.
>
> (Thanks to Stephen Smalley for tracking down the changeset...)
>

Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: <Valdis.Kletnieks@vt.edu>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent be6e028
History
File Mode Size
netfilter
Kconfig -rw-r--r-- 2.9 KB
Makefile -rw-r--r-- 882 bytes
addrconf.c -rw-r--r-- 94.7 KB
af_inet6.c -rw-r--r-- 22.0 KB
ah6.c -rw-r--r-- 11.0 KB
anycast.c -rw-r--r-- 12.2 KB
datagram.c -rw-r--r-- 16.9 KB
esp6.c -rw-r--r-- 10.6 KB
exthdrs.c -rw-r--r-- 16.8 KB
exthdrs_core.c -rw-r--r-- 3.2 KB
icmp.c -rw-r--r-- 19.0 KB
inet6_connection_sock.c -rw-r--r-- 5.5 KB
inet6_hashtables.c -rw-r--r-- 9.0 KB
ip6_fib.c -rw-r--r-- 23.2 KB
ip6_flowlabel.c -rw-r--r-- 15.4 KB
ip6_input.c -rw-r--r-- 5.9 KB
ip6_output.c -rw-r--r-- 30.6 KB
ip6_tunnel.c -rw-r--r-- 26.8 KB
ipcomp6.c -rw-r--r-- 11.3 KB
ipv6_sockglue.c -rw-r--r-- 20.7 KB
ipv6_syms.c -rw-r--r-- 1.0 KB
mcast.c -rw-r--r-- 62.2 KB
ndisc.c -rw-r--r-- 42.2 KB
netfilter.c -rw-r--r-- 3.1 KB
proc.c -rw-r--r-- 9.0 KB
protocol.c -rw-r--r-- 1.9 KB
raw.c -rw-r--r-- 27.4 KB
reassembly.c -rw-r--r-- 18.1 KB
route.c -rw-r--r-- 53.3 KB
sit.c -rw-r--r-- 19.0 KB
sysctl_net_ipv6.c -rw-r--r-- 2.4 KB
tcp_ipv6.c -rw-r--r-- 40.5 KB
tunnel6.c -rw-r--r-- 3.3 KB
udp.c -rw-r--r-- 25.4 KB
xfrm6_input.c -rw-r--r-- 3.5 KB
xfrm6_output.c -rw-r--r-- 4.3 KB
xfrm6_policy.c -rw-r--r-- 8.4 KB
xfrm6_state.c -rw-r--r-- 4.3 KB
xfrm6_tunnel.c -rw-r--r-- 11.9 KB

back to top