mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
nfs: Fix a typo in the file nfs42xattr.c
s/attribues/attributes/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
parent
c09f11ef35
commit
c2508730d6
@ -168,7 +168,7 @@ nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry)
|
||||
* make it easier to copy the value after an RPC, even if
|
||||
* the value will not be passed up to application (e.g.
|
||||
* for a 'query' getxattr with NULL buffer).
|
||||
* @len: Length of the value. Can be 0 for zero-length attribues.
|
||||
* @len: Length of the value. Can be 0 for zero-length attributes.
|
||||
* @value and @pages will be NULL if @len is 0.
|
||||
*/
|
||||
static struct nfs4_xattr_entry *
|
||||
|
Loading…
Reference in New Issue
Block a user