Re: [patch 01/26] mount options: add documentation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Miklos Szeredi
Date: Friday, February 8, 2008 - 1:23 pm

> > > Could also please explain why you want to go via user

A daemon based solution would work for the "normal" case, where we
have a single mount namespace and a single /etc/mtab file, and we hope
it doesn't get too much out of sync with what is actually in the
kernel (on remount the mount options do get out of sync, but hey, we
seem to be able to live with that).

However, once you start using multiple namespaces, the daemon based
solution quickly becomes unusable, because you would need a separate
daemon for each namespace, and it would have to somehow keep track of
mount propagations in userspace (which is basically impossible), etc,
etc...

Does that answer your question?

Thanks,
Miklos
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 01/26] mount options: add documentation, Miklos Szeredi, (Thu Jan 24, 12:33 pm)
Re: [patch 01/26] mount options: add documentation , Erez Zadok, (Thu Jan 24, 5:24 pm)
Re: [patch 01/26] mount options: add documentation, David Chinner, (Fri Jan 25, 12:56 am)
Re: [patch 01/26] mount options: add documentation, Miklos Szeredi, (Fri Jan 25, 3:02 am)
Re: [patch 01/26] mount options: add documentation, Roman Zippel, (Tue Jan 29, 6:54 pm)
Re: [patch 01/26] mount options: add documentation, Miklos Szeredi, (Wed Jan 30, 2:09 am)
Re: [patch 01/26] mount options: add documentation, Karel Zak, (Wed Jan 30, 7:42 am)
Re: [patch 01/26] mount options: add documentation, Miklos Szeredi, (Thu Jan 31, 10:42 am)
Re: [patch 01/26] mount options: add documentation, Roman Zippel, (Fri Feb 8, 12:20 pm)
Re: [patch 01/26] mount options: add documentation, Miklos Szeredi, (Fri Feb 8, 1:23 pm)