Josef Bacik 06222e491e fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
This converts everybody to handle SEEK_HOLE/SEEK_DATA properly.  In some cases
we just return -EINVAL, in others we do the normal generic thing, and in others
we're simply making sure that the properly due-dilligence is done.  For example
in NFS/CIFS we need to make sure the file size is update properly for the
SEEK_HOLE and SEEK_DATA case, but since it calls the generic llseek stuff itself
that is all we have to do.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-07-20 20:47:58 -04:00
..
2011-05-09 09:04:23 -07:00
2011-01-12 20:02:47 -05:00
2011-05-09 09:04:24 -07:00
2011-05-09 09:04:24 -07:00
2011-05-09 09:04:24 -07:00
2005-04-16 15:20:36 -07:00
2011-05-09 09:04:23 -07:00