summaryrefslogtreecommitdiffstats
path: root/lib/metadata/lv.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-10-25 12:01:59 +0000
committerAlasdair Kergon <agk@redhat.com>2010-10-25 12:01:59 +0000
commiteacd3a09161afa0f00253db0c9d01839f7fe221b (patch)
tree71e8989ec822bb6509b64e39d009f07fd3369038 /lib/metadata/lv.h
parent3cb3f15cf2efcd6134bc6795ba200025ebf018b1 (diff)
downloadlvm2-eacd3a09161afa0f00253db0c9d01839f7fe221b.tar.gz
lvm2-eacd3a09161afa0f00253db0c9d01839f7fe221b.tar.xz
lvm2-eacd3a09161afa0f00253db0c9d01839f7fe221b.zip
fix header #defines
Diffstat (limited to 'lib/metadata/lv.h')
-rw-r--r--lib/metadata/lv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/metadata/lv.h b/lib/metadata/lv.h
index d77c3624..48d5293b 100644
--- a/lib/metadata/lv.h
+++ b/lib/metadata/lv.h
@@ -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 */