On Mon, 2012-04-16 at 10:24 -0400, Jeff Layton wrote: > Is there some master list that I need to add this file to? Or > do I need to mark this file in some way to ensure that it gets included > in kernel-headers? 0) On a F16 system (kernel 3.3.1-5.fc16): $ rpm -ql kernel-headers | grep nfsd /usr/include/linux/nfsd /usr/include/linux/nfsd/debug.h /usr/include/linux/nfsd/export.h /usr/include/linux/nfsd/nfsfh.h /usr/include/linux/nfsd/stats.h $ (inside the kernel tree) cat include/linux/nfsd/Kbuild: header-y += debug.h header-y += export.h header-y += nfsfh.h header-y += stats.h 1) Does adding it to include/linux/nfsd/Kbuild as "header-y" do what you want? Paul Bolle _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel