Re: [PATCH] Start of cleaning up socket ioctls

David S. Miller (davem@redhat.com)
Thu, 03 Oct 2002 08:11:09 -0700 (PDT)


From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: 03 Oct 2002 16:23:19 +0100

Nice but one request - can you call the protocol handlers first and if
they return -ENOTTY then call the default ones provided by the upper
layer. That will let you remove even more common code to most versions,
make it work like the serial and other layers do, and still let people
override defaults

Actually the cases he removed this round I am reasonably certain no
protocol should ever need to override.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/