]> sourceware.org Git - lvm2.git/commitdiff
fix header #defines
authorAlasdair Kergon <agk@redhat.com>
Mon, 25 Oct 2010 12:01:59 +0000 (12:01 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 25 Oct 2010 12:01:59 +0000 (12:01 +0000)
lib/metadata/lv.h
lib/metadata/pv.h
lib/metadata/vg.h

index d77c362492980bf840bd62c5543ac86c66d1f954..48d5293b2f679db73e7e7951b64f653a09f94d43 100644 (file)
@@ -12,8 +12,8 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _LV_H
-#define _LV_H
+#ifndef _LVM_LV_H
+#define _LVM_LV_H
 
 union lvid;
 struct volume_group;
@@ -64,4 +64,4 @@ char *lv_name_dup(struct dm_pool *mem, const struct logical_volume *lv);
 char *lv_origin_dup(struct dm_pool *mem, const struct logical_volume *lv);
 uint32_t lv_kernel_read_ahead(const struct logical_volume *lv);
 
-#endif
+#endif /* _LVM_LV_H */
index 07a781920b2452f6d488e0f93338f8afa2a003e6..a02f6f8c962707bb6681f90ce826eafed690e7b6 100644 (file)
@@ -12,8 +12,8 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _PV_H
-#define _PV_H
+#ifndef _LVM_PV_H
+#define _LVM_PV_H
 
 struct id;
 struct device;
@@ -80,4 +80,4 @@ int is_orphan(const struct physical_volume *pv);
 int is_missing_pv(const struct physical_volume *pv);
 int is_pv(const struct physical_volume *pv);
 
-#endif
+#endif /* _LVM_PV_H */
index 06f92dec2c976702ebf3c5f7ab5554491f6bd0a9..39c894a66f7eeb3b0361966888d0996f2fa5196b 100644 (file)
@@ -12,8 +12,8 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _VG_H
-#define _VG_H
+#ifndef _LVM_VG_H
+#define _LVM_VG_H
 
 struct cmd_context;
 struct dm_pool;
@@ -131,4 +131,4 @@ char *vg_attr_dup(struct dm_pool *mem, const struct volume_group *vg);
 char *vg_uuid_dup(const struct volume_group *vg);
 char *vg_tags_dup(const struct volume_group *vg);
 
-#endif
+#endif /* _LVM_VG_H */
This page took 0.04237 seconds and 5 git commands to generate.