On Fri, Jun 01, 2012 at 09:41:46AM +0800, Miao Xie wrote:
> On Thu, 31 May 2012 10:31:48 -0400, Josef Bacik wrote:
> > On Thu, May 31, 2012 at 06:28:31PM +0800, Miao Xie wrote:
> >> Now if we remove the device that is specified when mounting, btrfs will
> >> update
> >> the mount information in /p
On Thu, 31 May 2012 10:31:48 -0400, Josef Bacik wrote:
> On Thu, May 31, 2012 at 06:28:31PM +0800, Miao Xie wrote:
>> Now if we remove the device that is specified when mounting, btrfs will
>> update
>> the mount information in /proc, such as the information in /proc/mounts. So
>> in order to guar
On Thu, May 31, 2012 at 06:28:31PM +0800, Miao Xie wrote:
> Now if we remove the device that is specified when mounting, btrfs will update
> the mount information in /proc, such as the information in /proc/mounts. So
> in order to guarantee the consistency between /etc/mtab and the mount
> informat
Now if we remove the device that is specified when mounting, btrfs will update
the mount information in /proc, such as the information in /proc/mounts. So
in order to guarantee the consistency between /etc/mtab and the mount
information in /proc, we must update /etc/mtab. This patch does it.
This