Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ceph: fix broken comparison in readdir loop
Both off and fi->offset are unsigned, so the difference is always >= 0. Compare them directly instead of the sign of the difference. Signed-off-by: Sage Weil <sage@newdream.net>
- Loading branch information