From: Christoph Hellwig Date: Mon, 8 Sep 2008 17:44:17 +0000 (+0200) Subject: udf: add llseek method X-Git-Tag: v2.6.27-rc7~57^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c89468c12899b84886cb47eec93f0c88e0f896a;p=pandora-kernel.git udf: add llseek method UDF currently doesn't set a llseek method for regular files, which means it will fall back to default_llseek. This means no one can seek beyond 2 Gigabytes on udf, and that there's not protection vs the i_size updates from writers. Signed-off-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed