Skip to content
Commit 6a82c47a authored by Sage Weil's avatar Sage Weil
Browse files

ceph: fix SEEK_CUR, SEEK_SET regression

Commit 06222e49

 got the if wrong so that
it always evaluates as true.  This is semantically harmless, but makes
SEEK_CUR and SEEK_SET needlessly query the server.

Rewrite the if to explicitly enumerate the cases we DO need a valid i_size
to make this code less fragile.

Reported-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent f1932fc1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment