lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f8f9b340-cd4c-6eaf-48c1-854d3d5427fc@bombadil.infradead.org>
Date:   Sat, 20 Mar 2021 12:55:49 -0700 (PDT)
From:   Randy Dunlap <rdunlap@...badil.infradead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
cc:     viro@...iv.linux.org.uk, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs/attr.c: Couple of typo fixes



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/filesytem/filesystem/
> s/asssume/assume/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
> fs/attr.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/attr.c b/fs/attr.c
> index 87ef39db1c34..e5330853c844 100644
> --- a/fs/attr.c
> +++ b/fs/attr.c
> @@ -250,7 +250,7 @@ void setattr_copy(struct user_namespace *mnt_userns, struct inode *inode,
> EXPORT_SYMBOL(setattr_copy);
>
> /**
> - * notify_change - modify attributes of a filesytem object
> + * notify_change - modify attributes of a filesystem object
>  * @mnt_userns:	user namespace of the mount the inode was found from
>  * @dentry:	object affected
>  * @attr:	new attributes
> @@ -265,7 +265,7 @@ EXPORT_SYMBOL(setattr_copy);
>  * caller should drop the i_mutex before doing so.
>  *
>  * If file ownership is changed notify_change() doesn't map ia_uid and
> - * ia_gid. It will asssume the caller has already provided the intended values.
> + * ia_gid. It will assume the caller has already provided the intended values.
>  *
>  * Alternatively, a caller may pass NULL for delegated_inode.  This may
>  * be appropriate for callers that expect the underlying filesystem not
> --
> 2.26.2
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ