From: Josef Bacik Date: Mon, 18 Jul 2011 17:21:37 +0000 (-0400) Subject: Ext4: handle SEEK_HOLE/SEEK_DATA generically X-Git-Tag: v3.1-rc1~282^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c334b1138bd44bea578eab7971c59bd9212a1093;p=pandora-kernel.git Ext4: handle SEEK_HOLE/SEEK_DATA generically Since Ext4 has its own lseek we need to make sure it handles SEEK_HOLE/SEEK_DATA. For now just do the same thing that is done in the generic case, somebody else can come along and make it do fancy things later. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Al Viro --- Reading git-diff-tree failed