Page MenuHomeFreeBSD

linux_name_to_handle_at: Use AT_SYMLINK_FOLLOW to simplify logic.
AbandonedPublic

Authored by jhb on Nov 17 2021, 10:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 7 2023, 4:10 PM
Unknown Object (File)
Jan 12 2023, 5:54 PM
Unknown Object (File)
Dec 19 2022, 10:38 PM
Unknown Object (File)
Nov 28 2022, 2:22 PM
Subscribers

Details

Reviewers
trasz
kib
Summary

Sponsored by: The University of Cambridge, Google Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42855
Build 39743: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Nov 17 2021, 10:43 PM
sys/compat/linux/linux_file.c
295

Does kern_getfhat() accepts AT_SYMLINK_FOLLOW? IMO it is not.

jhb added inline comments.
sys/compat/linux/linux_file.c
295

Bleh. Having both FOLLOW and NOFOLLOW AT_* flags is a mess.