Re: [PATCH 05/11] vfs: Add a function to lazily unmount all mounts from any dentry.

2014-02-24 Thread Eric W. Biederman
Miklos Szeredi writes: > On Sat, Feb 15, 2014 at 01:37:26PM -0800, Eric W. Biederman wrote: >> >> v2: Always drop the lock when exiting early. >> v3: Make detach_mounts robust about freeing several >> mounts on the same mountpoint at one time, and remove >> the unneeded mnt_list list tes

Re: [PATCH 05/11] vfs: Add a function to lazily unmount all mounts from any dentry.

2014-02-18 Thread Miklos Szeredi
On Sat, Feb 15, 2014 at 01:37:26PM -0800, Eric W. Biederman wrote: > > v2: Always drop the lock when exiting early. > v3: Make detach_mounts robust about freeing several > mounts on the same mountpoint at one time, and remove > the unneeded mnt_list list test. > v4: Document the purpose of

Re: [PATCH 05/11] vfs: Add a function to lazily unmount all mounts from any dentry.

2014-02-15 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: > v2: Always drop the lock when exiting early. > v3: Make detach_mounts robust about freeing several > mounts on the same mountpoint at one time, and remove > the unneeded mnt_list list test. > v4: Document the purpose of detach_mounts and

[PATCH 05/11] vfs: Add a function to lazily unmount all mounts from any dentry.

2014-02-15 Thread Eric W. Biederman
v2: Always drop the lock when exiting early. v3: Make detach_mounts robust about freeing several mounts on the same mountpoint at one time, and remove the unneeded mnt_list list test. v4: Document the purpose of detach_mounts and why new_mountpoint is safe to call. Signed-off-by: Eric