2006-10-17 01:29:35

by Eric L

[permalink] [raw]
Subject: [PATCH 0/1] lseek - SEEK_HOLE/SEEK_DATA support

Hi All,

This small patch set implements the SEEK_HOLE/SEEK_DATA options to the
lseek system call described in Jeff Bonwick's weblog -
http://blogs.sun.com/bonwick/entry/seek_hole_and_seek_data The first
patch is a small change to the core VFS layer to pass through the
options. The second implements the actual functionality in ext3.

Signed-off-by: Eric Lorimer <[email protected]>