X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fproc%2Fproc_net.c;h=04d1270f1c38687da3e925ef395e73dfcdd79022;hb=1551260d1f0fb1d23f264582092b862fce5e2dbd;hp=7bc296f424aebcb66cf89b2f0c9678f787c37a1d;hpb=8daf14cf56816303d64d1a705fcbc389211ba36e;p=~andy%2Flinux diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c index 7bc296f424a..04d1270f1c3 100644 --- a/fs/proc/proc_net.c +++ b/fs/proc/proc_net.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -172,6 +171,7 @@ static int proc_tgid_net_readdir(struct file *filp, void *dirent, } const struct file_operations proc_net_operations = { + .llseek = generic_file_llseek, .read = generic_read_dir, .readdir = proc_tgid_net_readdir, };