Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Aug 2011 04:44:25 -0400
From:      "b. f." <bf1783@googlemail.com>
To:        freebsd-current@FreeBSD.org
Subject:   Recursive nullfs mounts and r224655
Message-ID:  <CAGFTUwN9-m0Ts-1NSjPFMTGHGDuH64nOrGFmBZgEAk3_wXLqWA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Recent changes to the kernel (sys/kern/vfs_mount.c, in r224655?)
between r224550 and r224655 have broken my tinderbox setup.  It had a
tmpfs filesystem mounted at /T and a UFS filesystem mounted at /U,
and, when setting up the tinderbox, performed:

mkdir /U/u1
mkdir /U/u2
mkdir /T/t1
mount -t nullfs /T/t1 /U/u1
mkdir-p /U/u1/u3/u4
mount -t nullfs /U/u2 /U/u1/u3/u4
...

This worked at r224550 and before.  It now fails at the second nullfs
mount, with ENOENT("mount_nullfs: No such file or directory").

b.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGFTUwN9-m0Ts-1NSjPFMTGHGDuH64nOrGFmBZgEAk3_wXLqWA>