diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-06-17 09:05:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-07 10:27:27 -0700 |
commit | 13694f0dbc077f28fcb613e7e37018d87997abb9 (patch) | |
tree | 03a26e7e5a8e82b2ee3cfbd16f182249fea9e025 /README | |
parent | 58b0afa038bb404ff82b358b68db5ffa8f53c404 (diff) | |
download | linux-link_path_walk.tar.gz linux-link_path_walk.tar.bz2 linux-link_path_walk.zip |
vfs: link_path_walk: move more of the name hashing into hash_name()link_path_walk
This avoids having to return the length of the component entirely by
just doing all of the name processing in hash_name(). We can just
return the end of the path component, and a flag for the DOT and DOTDOT
cases.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions