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
Kconfig -rw-r--r-- 3.5 KB
Makefile -rw-r--r-- 338 bytes
addr.c -rw-r--r-- 3.0 KB
addr.h -rw-r--r-- 3.6 KB
bcast.c -rw-r--r-- 20.4 KB
bcast.h -rw-r--r-- 5.7 KB
bearer.c -rw-r--r-- 17.5 KB
bearer.h -rw-r--r-- 6.1 KB
cluster.c -rw-r--r-- 14.6 KB
cluster.h -rw-r--r-- 3.5 KB
config.c -rw-r--r-- 19.0 KB
config.h -rw-r--r-- 3.0 KB
core.c -rw-r--r-- 7.4 KB
core.h -rw-r--r-- 9.0 KB
dbg.c -rw-r--r-- 10.3 KB
dbg.h -rw-r--r-- 2.4 KB
discover.c -rw-r--r-- 8.9 KB
discover.h -rw-r--r-- 2.3 KB
eth_media.c -rw-r--r-- 8.4 KB
handler.c -rw-r--r-- 4.0 KB
link.c -rw-r--r-- 82.7 KB
link.h -rw-r--r-- 9.9 KB
msg.c -rw-r--r-- 9.1 KB
msg.h -rw-r--r-- 18.2 KB
name_distr.c -rw-r--r-- 8.9 KB
name_distr.h -rw-r--r-- 2.1 KB
name_table.c -rw-r--r-- 27.7 KB
name_table.h -rw-r--r-- 4.1 KB
net.c -rw-r--r-- 9.9 KB
net.h -rw-r--r-- 2.4 KB
netlink.c -rw-r--r-- 3.5 KB
node.c -rw-r--r-- 19.7 KB
node.h -rw-r--r-- 5.3 KB
node_subscr.c -rw-r--r-- 2.8 KB
node_subscr.h -rw-r--r-- 2.6 KB
port.c -rw-r--r-- 40.9 KB
port.h -rw-r--r-- 6.4 KB
ref.c -rw-r--r-- 5.8 KB
ref.h -rw-r--r-- 3.9 KB
socket.c -rw-r--r-- 42.7 KB
subscr.c -rw-r--r-- 14.3 KB
subscr.h -rw-r--r-- 3.0 KB
user_reg.c -rw-r--r-- 6.7 KB
user_reg.h -rw-r--r-- 2.1 KB
zone.c -rw-r--r-- 4.5 KB
zone.h -rw-r--r-- 2.8 KB

back to top