]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: set mtime based on client-provided timestamp
authorSage Weil <sage@newdream.net>
Mon, 23 Mar 2009 21:40:35 +0000 (14:40 -0700)
committerSage Weil <sage@newdream.net>
Mon, 23 Mar 2009 21:40:35 +0000 (14:40 -0700)
commit13d7ba4222b6ef5a24b39f5e08ba48a14b1cfebb
tree6f401201af99824d91a57c615770a2a010cd3ca7
parentc2ce7c136f0053db88d727adb487feba7851c1a7
osd: set mtime based on client-provided timestamp

Ideally, this should be the time the data was dirtied (i.e. when
the write logically occured, as opposed to when it was written
back).
src/include/ceph_fs.h
src/messages/MOSDOp.h
src/messages/MOSDSubOp.h
src/osd/PG.h
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h
src/osd/osd_types.h
src/osdc/Objecter.cc
src/osdc/Objecter.h