mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-15 11:34:41 +00:00
d_path.c: typo fix...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
0f60d28828
commit
c4c8451147
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static bool prepend_char(struct prepend_buffer *p, unsigned char c)
|
|||
}
|
||||
|
||||
/*
|
||||
* The source of the prepend data can be an optimistoc load
|
||||
* The source of the prepend data can be an optimistic load
|
||||
* of a dentry name and length. And because we don't hold any
|
||||
* locks, the length and the pointer to the name may not be
|
||||
* in sync if a concurrent rename happens, and the kernel
|
||||
|
|
Loading…
Add table
Reference in a new issue