Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fs/namespace.c: Fix typo in comment

replace 'permanetly' with 'permanently' in the comment &
replace 'propogated' with 'propagated' in the comment

Signed-off-by: Yuesong Li <liyuesong@vivo.com>
Link: https://lore.kernel.org/r/20240806034710.2807788-1-liyuesong@vivo.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Yuesong Li and committed by
Christian Brauner
c5ae8e5e 0d196e75

+2 -2
+2 -2
fs/namespace.c
··· 1774 1774 list_del_init(&p->mnt_child); 1775 1775 } 1776 1776 1777 - /* Add propogated mounts to the tmp_list */ 1777 + /* Add propagated mounts to the tmp_list */ 1778 1778 if (how & UMOUNT_PROPAGATE) 1779 1779 propagate_umount(&tmp_list); 1780 1780 ··· 5613 5613 /* Only worry about locked mounts */ 5614 5614 if (!(child->mnt.mnt_flags & MNT_LOCKED)) 5615 5615 continue; 5616 - /* Is the directory permanetly empty? */ 5616 + /* Is the directory permanently empty? */ 5617 5617 if (!is_empty_dir_inode(inode)) 5618 5618 goto next; 5619 5619 }