diff options
| author | Josef Bacik <[email protected]> | 2011-07-18 17:21:38 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2011-07-21 00:47:58 +0000 |
| commit | 06222e491e663dac939f04b125c9dc52126a75c4 (patch) | |
| tree | 99636fd666c8148a5bf58ea4844263d4b3a36310 /fs/hppfs/hppfs.c | |
| parent | Ext4: handle SEEK_HOLE/SEEK_DATA generically (diff) | |
| download | kernel-06222e491e663dac939f04b125c9dc52126a75c4.tar.gz kernel-06222e491e663dac939f04b125c9dc52126a75c4.zip | |
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'fs/hppfs/hppfs.c')
0 files changed, 0 insertions, 0 deletions
