.PP
The paragraph above is intentionally vague because the implementation of
.BR pivot_root ()
-may change in the future.
-Currently,
+may change in the future
+(or so it was thought when this system call was first added).
+However,
+the behavior on this point has remained consistent since
+.BR pivot_root ()
+was first implemented:
.BR pivot_root ()
changes the root directory and the current working directory
of each process or thread in the same mount namespace to
root directory busy with their root and current working directory,
even if they never access
the filesystem in any way.
-In the future, there may be a mechanism for
+Perhaps one day there may be a mechanism for
kernel threads to explicitly relinquish any access to the filesystem,
such that this fairly intrusive mechanism can be removed from
.BR pivot_root ().