A minor nit...
-extern __inline__ struct socket *sockfd_lookup(int fd, int *err)
+extern struct socket *sockfd_lookup(int fd, int *err)
Either make it inline again, or remove the 'extern' ;-) Also you
need to propagate your changes to arch/sparc64/kernel/sys_sparc32.c as
well, grep is your friend.
Later,
David S. Miller
davem@dm.cobaltmicro.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu