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
File Mode Size
Build -rw-r--r-- 158 bytes
Makefile -rw-r--r-- 2.1 KB
hv_fcopy_uio_daemon.c -rw-r--r-- 11.9 KB
hv_get_dhcp_info.sh -rwxr-xr-x 931 bytes
hv_get_dns_info.sh -rwxr-xr-x 622 bytes
hv_kvp_daemon.c -rw-r--r-- 42.6 KB
hv_set_ifconfig.sh -rwxr-xr-x 2.4 KB
hv_vss_daemon.c -rw-r--r-- 7.7 KB
lsvmbus -rw-r--r-- 3.5 KB
vmbus_bufring.c -rw-r--r-- 7.7 KB
vmbus_bufring.h -rw-r--r-- 4.1 KB
vmbus_testing -rwxr-xr-x 16.1 KB

back to top