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-- 1.6 KB
Makefile -rw-r--r-- 257 bytes
af_x25.c -rw-r--r-- 36.7 KB
sysctl_net_x25.c -rw-r--r-- 2.5 KB
x25_dev.c -rw-r--r-- 4.1 KB
x25_facilities.c -rw-r--r-- 8.1 KB
x25_in.c -rw-r--r-- 8.7 KB
x25_link.c -rw-r--r-- 8.7 KB
x25_out.c -rw-r--r-- 5.2 KB
x25_proc.c -rw-r--r-- 5.6 KB
x25_route.c -rw-r--r-- 4.7 KB
x25_subr.c -rw-r--r-- 9.1 KB
x25_timer.c -rw-r--r-- 3.9 KB

back to top