]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: correct include guard in RenameRequest.h 7143/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 7 Jan 2016 13:52:40 +0000 (08:52 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 7 Jan 2016 13:52:40 +0000 (08:52 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/operation/RenameRequest.h

index e67f75c241492991988ae0a28c8f2633261bdaca..474ce5004bef689e37d719781bb00429f3f76d8a 100644 (file)
@@ -1,7 +1,7 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
-#ifndef CEPH_LIBRBD_RENAME_REQUEST_HH
+#ifndef CEPH_LIBRBD_RENAME_REQUEST_H
 #define CEPH_LIBRBD_RENAME_REQUEST_H
 
 #include "librbd/operation/Request.h"