]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFSD: Add instructions on how to deal with xdrgen files
authorChuck Lever <chuck.lever@oracle.com>
Thu, 20 Nov 2025 20:15:51 +0000 (15:15 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Jan 2026 15:10:58 +0000 (10:10 -0500)
commite344a031a4928e9f0ae3124f0e45e953a873f3bd
treea331c24d07941bc23e04f8c8a4c4c52ea9888496
parent87a6e3b6c494ac519548c30b82b0d87b233b9649
NFSD: Add instructions on how to deal with xdrgen files

xdrgen requires a number of Python packages on the build system. We
don't want to add these to the kernel build dependency list, which
is long enough already.

The generated files are generated manually using

  $ cd fs/nfsd && make xdrgen

whenever the .x files are modified, then they are checked into the
kernel repo so others do not need to rebuild them.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/Makefile