From: C. Scott Ananian Date: Mon, 16 Jul 2007 06:41:13 +0000 (-0700) Subject: update procfs-guide doc of read_func X-Git-Tag: v2.6.23-rc1~852 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b86e854f71600c809536502a0efa9d4e384fb23;p=pandora-kernel.git update procfs-guide doc of read_func The procfs-guide claims that 'the parameter start doesn't seem to be used anywhere in the kernel'. This is out of date. In linux/fs/proc/generic.c we find a very nice description of the parameters to read_func. The appended patch replaces the bogus description with this (as far as I know) accurate one. Cc: "Randy.Dunlap" Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed