commit | 955818cd5b6c4b58ea574ace4573e7afa4c19c1e | [log] [tgz] |
---|---|---|
author | Phil Turnbull <phil.turnbull@oracle.com> | Thu Jul 21 13:43:09 2016 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jul 28 03:00:45 2016 +0200 |
tree | fc5b53a6a53a92ddaf70a4d1882c706481d5a0bd | |
parent | 6b1a9a6c54122dade800fd61e90d441e58de19eb [diff] |
ceph: Correctly return NXIO errors from ceph_llseek ceph_llseek does not correctly return NXIO errors because the 'out' path always returns 'offset'. Fixes: 06222e491e66 ("fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek") Signed-off-by: Phil Turnbull <phil.turnbull@oracle.com> Signed-off-by: Yan, Zheng <zyan@redhat.com>