]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crush: fix dprintk compilation
authorLoic Dachary <ldachary@redhat.com>
Tue, 14 Feb 2017 22:49:16 +0000 (23:49 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 14 Feb 2017 22:49:16 +0000 (23:49 +0100)
commitf29b840c64a933b2cb13e3da6f3d785effd73a57
tree14fee6b219e85b3cc2010e7200de6e01019a8d64
parent2db739ae42a3ebc8ad4b604c51066b00e3de14a0
crush: fix dprintk compilation

The syntax error was not noticed because dprintk is a macro
and the code is discarded by default.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/crush/mapper.c