mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-02 15:53:42 +00:00
ext4: fix various seppling typos
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/cover.1616840203.git.unixbhaskar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
committed by
Theodore Ts'o
parent
e1262cd2e6
commit
3088e5a515
@@ -979,7 +979,7 @@ static int ext4_htree_next_block(struct inode *dir, __u32 hash,
|
||||
* If the hash is 1, then continue only if the next page has a
|
||||
* continuation hash of any value. This is used for readdir
|
||||
* handling. Otherwise, check to see if the hash matches the
|
||||
* desired contiuation hash. If it doesn't, return since
|
||||
* desired continuation hash. If it doesn't, return since
|
||||
* there's no point to read in the successive index pages.
|
||||
*/
|
||||
bhash = dx_get_hash(p->at);
|
||||
|
||||
Reference in New Issue
Block a user