ceph: correct comment to match striping calculation
authorSage Weil <sage@newdream.net>
Wed, 28 Oct 2009 21:57:25 +0000 (14:57 -0700)
committerSage Weil <sage@newdream.net>
Thu, 29 Oct 2009 00:45:37 +0000 (17:45 -0700)
commit5600f5ebd318f7af6f4b19a29f08d18bb85264e5
treedacf9f162b079f5978446cdd7461a83edf41ef3b
parent35e054a66e07f508aa7cfabc7db1757379093689
ceph: correct comment to match striping calculation

The object extent offset is the file offset _modulo_ the stripe unit.
The code was correct, the comment was wrong.

Reported-by: Noah Watkins <jayhawk@soe.ucsc.edu>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/osdmap.c