]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: clean up touch() calls to use exists bool
authorSage Weil <sage@newdream.net>
Wed, 26 Nov 2008 22:35:56 +0000 (14:35 -0800)
committerSage Weil <sage@newdream.net>
Wed, 26 Nov 2008 22:35:56 +0000 (14:35 -0800)
commitff05b936e0504c45c0fe39711ee166510a710568
tree4a475631e6b2b636a55683039fa216b1b076a901
parent93626228c8a2122ac34c0f1e1c89251f36f34640
osd: clean up touch() calls to use exists bool

We only need to touch of the head object itself doesn't exist.
Do so far all ops.  This works cleanly despite any op munging
above.
src/osd/ReplicatedPG.cc