Re: [PATCH] Start of cleaning up socket ioctls

David S. Miller (davem@redhat.com)
Thu, 03 Oct 2002 07:52:24 -0700 (PDT)


From: Matthew Wilcox <willy@debian.org>
Date: Thu, 3 Oct 2002 15:52:41 +0100

All the ioctls are passed to the socket's ioctl methods, even when they're
utterly generic. Here's a patch which starts to move the really generic
ones up to the top level. As you can see, this eliminates a huge amount
of code duplication.

Looks fine, I'll apply this and push to Linus.
-
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/