commit | 22735068d53c7115e384bc88dea95b17e76a6839 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Mon Jul 18 13:21:39 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 20:47:58 2011 -0400 |
tree | c531b0ca2ccf472c8abfede626535fcf07357624 | |
parent | 06222e491e663dac939f04b125c9dc52126a75c4 [diff] |
drivers: fix up various ->llseek() implementations Fix up a few ->llseek() implementations that won't deal with SEEK_HOLE/SEEK_DATA properly. Make them future proof so that if we ever add new options they will return -EINVAL. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>