From: Eric Sandeen Date: Mon, 30 Apr 2012 18:14:03 +0000 (-0500) Subject: ext4: use core vfs llseek code for dir seeks X-Git-Tag: v3.6-rc1~152^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7268ce21b379a248705548573393e4f346b20b;p=pandora-kernel.git ext4: use core vfs llseek code for dir seeks Use the new functionality in generic_file_llseek_size() to accept a custom EOF position, and un-cut-and-paste all the vfs llseek code from ext4. Also fix up comments on ext4_llseek() to reflect reality. Signed-off-by: Eric Sandeen Signed-off-by: Al Viro --- Reading git-diff-tree failed