]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: avoid comparing MutationRef with 0 2042/head
authorJohn Spray <jspray@redhat.com>
Sat, 28 Jun 2014 16:43:43 +0000 (17:43 +0100)
committerJohn Spray <jspray@redhat.com>
Mon, 30 Jun 2014 09:18:03 +0000 (10:18 +0100)
commitfcdf2739b4833872124615fd0f7c923175e6c87e
treee33a6ebb67886d1bee0fe4dc13387a1c297bb32a
parent9517ceab98de50396381807c3168df118263689b
mds: avoid comparing MutationRef with 0

LLVM on OS X considers this == operator with an int
ambiguous: compare with an explicit MutationRef()
instead.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/LocalLock.h
src/mds/SimpleLock.h