From 1e7a87d6e9f8de8113ecaabadb26c71a8f868920 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 2 Nov 2011 13:38:42 -0700 Subject: [PATCH] --- yaml --- r: 273249 b: refs/heads/master c: 887df07891de0435c25cffb92268fea2c621f99c h: refs/heads/master i: 273247: 3772410e69a4b590b540c14ac65d103eced428e3 v: v3 --- [refs] | 2 +- trunk/fs/proc/proc_sysctl.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4283399f2786..8c190d1bb970 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 89e8a244b97e48f1f30e898b6f32acca477f2a13 +refs/heads/master: 887df07891de0435c25cffb92268fea2c621f99c diff --git a/trunk/fs/proc/proc_sysctl.c b/trunk/fs/proc/proc_sysctl.c index 1a77dbef226f..dacd840a675a 100644 --- a/trunk/fs/proc/proc_sysctl.c +++ b/trunk/fs/proc/proc_sysctl.c @@ -370,6 +370,7 @@ static const struct file_operations proc_sys_file_operations = { }; static const struct file_operations proc_sys_dir_file_operations = { + .read = generic_read_dir, .readdir = proc_sys_readdir, .llseek = generic_file_llseek, };