diff options
| author | Chuck Lever <cel@kernel.org> | 2026-07-20 10:14:40 -0400 |
|---|---|---|
| committer | Chuck Lever <cel@kernel.org> | 2026-08-26 16:41:00 -0400 |
| commit | 560972b3f4a3f33fb28ad41435dced72d01dd169 (patch) | |
| tree | fe5a4c5eea71f7414ac8081ddb7489fac2333434 /scripts/Makefile.thinlto | |
| parent | 438293c18f150cae4101467b9fd00221c5fb7e4f (diff) | |
| download | linux-next-560972b3f4a3f33fb28ad41435dced72d01dd169.tar.gz linux-next-560972b3f4a3f33fb28ad41435dced72d01dd169.zip | |
NFS: Add linux/nfs_fh.h
Plenty of spots around the kernel need the full definition of struct
nfs_fh but not the cred, sunrpc, and uapi dependencies that
linux/nfs.h pulls in along with it.
Relocate struct nfs_fh to its own header, and include that header in
linux/nfs.h so existing consumers keep building. Over time, consumers
can then replace
#include <linux/nfs.h>
with
#include <linux/nfs_fh.h>
While relocating the code, add kernel-doc comments for the FH
operations and convert nfs_compare_fh() to return bool.
Link: https://patch.msgid.link/20260720141442.783935-2-cel@kernel.org
Signed-off-by: Chuck Lever <cel@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
