Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188597
b: refs/heads/master
c: 5600f5e
h: refs/heads/master
i:
  188595: 604442d
v: v3
  • Loading branch information
Sage Weil committed Oct 29, 2009
1 parent 684aae1 commit e7213a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35e054a66e07f508aa7cfabc7db1757379093689
refs/heads/master: 5600f5ebd318f7af6f4b19a29f08d18bb85264e5
2 changes: 1 addition & 1 deletion trunk/fs/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ void ceph_calc_file_object_mapping(struct ceph_file_layout *layout,

*bno = objsetno * sc + stripepos;
dout("objset %u * sc %u = bno %u\n", objsetno, sc, (unsigned)*bno);
/* *oxoff = *off / layout->fl_stripe_unit; */
/* *oxoff = *off % layout->fl_stripe_unit; */
t = off;
*oxoff = do_div(t, su);
*oxlen = min_t(u64, *plen, su - *oxoff);
Expand Down

0 comments on commit e7213a1

Please sign in to comment.