From: Christoph Hellwig Date: Mon, 8 Sep 2008 17:42:50 +0000 (+0200) Subject: [PATCH] reiserfs: add missing llseek method X-Git-Tag: v2.6.28-rc1~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91efc167d02509ea78abeff6d668065964c67c0b;p=pandora-kernel.git [PATCH] reiserfs: add missing llseek method Reiserfs 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 reiserfs, and that there's not protection vs the i_size updates from writers. Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed