[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFC: cdlinux



Previously zhaoway wrote:
> And I hope to make the kernel patch generic enough. BTW, do you have
> an URL for Al Viro's stacked vfs? I've heard it many time somewhere,
> but never got information more than 2-3 lines. :)

I think Al reads this list, but the code isn't finished or released
yet as far as I know. Basically it allows you to do things like
this:

  # mkdir -p /first /second
  # touch /first/one
  # touch /second/two
  # ls -al /first
  drwxrwxr-x   2 root     root      3072 Apr  5 12:14 .
  drwxrwxr-x   2 root     root      1024 Apr  4 12:17 ..
  -rw-rw-r--   2 root     root         0 Apr  4 12:17 one
  # mount --stack /second /first
  # ls -al /first
  drwxrwxr-x   2 root     root      3072 Apr  5 12:14 .
  drwxrwxr-x   2 root     root      1024 Apr  4 12:17 ..
  -rw-rw-r--   2 root     root         0 Apr  4 12:17 one
  -rw-rw-r--   2 root     root         0 Apr  4 12:17 two

Wichert.

-- 
  _________________________________________________________________
 /       Nothing is fool-proof to a sufficiently talented fool     \
| wichert@cistron.nl                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Reply to: