https://github.com/torvalds/linux
Revision 13694f0dbc077f28fcb613e7e37018d87997abb9 authored by Linus Torvalds on 17 June 2024, 16:05:52 UTC, committed by Linus Torvalds on 07 July 2024, 17:27:27 UTC
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>
1 parent 58b0afa
History
Tip revision: 13694f0dbc077f28fcb613e7e37018d87997abb9 authored by Linus Torvalds on 17 June 2024, 16:05:52 UTC
vfs: link_path_walk: move more of the name hashing into hash_name()
Tip revision: 13694f0

back to top