4 * Dummy functions to allow us to configure network support entirely
7 * Distributed under the terms of the GNU GPL version 2.
8 * Copyright (c) Matthew Wilcox 2003
11 #include <linux/module.h>
12 #include <linux/errno.h>
14 #include <linux/init.h>
15 #include <linux/kernel.h>
17 static int sock_no_open(struct inode *irrelevant, struct file *dontcare)
22 const struct file_operations bad_sock_fops = {