[PATCH] generic_file_llseek tidyups
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Aug 2008 13:37:17 +0000 (15:37 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 23 Oct 2008 09:12:59 +0000 (05:12 -0400)
commit3a8cff4f026c0b98bee6291eb28d4df42feb76dc
tree809078b0768e3b30b4e7ccbbd2eca7fd72f70158
parenta518ab9329041411526ab8e05edfda7e2715244f
[PATCH] generic_file_llseek tidyups

Add kerneldoc for generic_file_llseek and generic_file_llseek_unlocked,
use sane variable names and unclutter the code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c