commit | 4fed655c410cc56add64c7b1f7c85c7c56066ac2 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Oct 08 10:42:57 2014 -0700 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Dec 02 10:46:51 2014 -0600 |
tree | 12a2492809350546bb88dce594248aa27c0f4730 | |
parent | 381cacb12c009864993a072eedcc0720315aedbd [diff] |
mnt: Clear mnt_expire during pivot_root When inspecting the pivot_root and the current mount expiry logic I realized that pivot_root fails to clear like mount move does. Add the missing line in case someone does the interesting feat of moving an expirable submount. This gives a strong guarantee that root of the filesystem tree will never expire. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>