mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
fs: Fix grammar and spelling in propagate_umount()
Fix grammar and spelling in the propagate_umount() function. Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20241204081218.12141-1-zhujun2@cmss.chinamobile.com Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
6814aad4d6
commit
4a11d534d9
@ -611,10 +611,10 @@ int propagate_umount(struct list_head *list)
|
|||||||
continue;
|
continue;
|
||||||
} else if (child->mnt.mnt_flags & MNT_UMOUNT) {
|
} else if (child->mnt.mnt_flags & MNT_UMOUNT) {
|
||||||
/*
|
/*
|
||||||
* We have come accross an partially unmounted
|
* We have come across a partially unmounted
|
||||||
* mount in list that has not been visited yet.
|
* mount in a list that has not been visited
|
||||||
* Remember it has been visited and continue
|
* yet. Remember it has been visited and
|
||||||
* about our merry way.
|
* continue about our merry way.
|
||||||
*/
|
*/
|
||||||
list_add_tail(&child->mnt_umounting, &visited);
|
list_add_tail(&child->mnt_umounting, &visited);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user