* what constitutes an "unused" include/linux header file?
@ 2008-02-01 12:42 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2008-02-01 12:42 UTC (permalink / raw)
To: Linux Kernel Mailing List
one of my cleanup scripts tries to specifically identify header
files under include/linux that appear to be entirely unused (that is,
un-included) from anywhere else in the source tree, but one of those
files it claims is unused is if_wanpipe.h, which has the following
properties:
$ grep -r "if_wanpipe.h" *
Documentation/networking/wan-router.txt: if_wanpipe.h WANPIPE Socket definitions
include/linux/Kbuild:unifdef-y += if_wanpipe.h
include/linux/if_wanpipe.h:* if_wanpipe.h Header file for the Sangoma AF_WANPIPE Socket
$
in short, while it exists, it isn't "include"d by anyone, but it's
still passed to userspace. what's the protocol for having header
files in the kernel source tree that aren't actually used in any way
by the kernel, but are simply handed off to userspace? certainly, it
might be handy to have some of these headers, but is it really the
responsibility of the kernel to be a helpful storage centre to make
userspace programming easier? just curious. (that's not the only
header file like that.)
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
Home page: http://crashcourse.ca
Fedora Cookbook: http://crashcourse.ca/wiki/index.php/Fedora_Cookbook
========================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-01 12:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 12:42 what constitutes an "unused" include/linux header file? Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®