From: Andi Kleen Date: Thu, 15 Sep 2011 23:06:50 +0000 (-0700) Subject: vfs: add generic_file_llseek_size X-Git-Tag: v3.2-rc1~131^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5760495a872d63a182962680a13c2af29235237c;p=pandora-kernel.git vfs: add generic_file_llseek_size Add a generic_file_llseek variant to the VFS that allows passing in the maximum file size of the file system, instead of always using maxbytes from the superblock. This can be used to eliminate some cut'n'paste seek code in ext4. Signed-off-by: Andi Kleen Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed