commit | c334b1138bd44bea578eab7971c59bd9212a1093 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Mon Jul 18 13:21:37 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 20:47:57 2011 -0400 |
tree | a91a04ce72a4f12bdb6c8ca26400a466dcce5120 | |
parent | b26751575a9aa55fd6dbf3febde3ff06dfadc44f [diff] |
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 <josef@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>