X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Fobd_snap.h;h=e2a035291c87e85f8a3e30dea3b83d4834ffcddb;hp=b846fab7feacd399a67b5228ca981a2b43667624;hb=8bb299c93313daad5d14e4b08b0a672eda144214;hpb=3146d280a803ae5f9749bab8cde36105de43fcb9 diff --git a/lustre/include/linux/obd_snap.h b/lustre/include/linux/obd_snap.h index b846fab..e2a0352 100644 --- a/lustre/include/linux/obd_snap.h +++ b/lustre/include/linux/obd_snap.h @@ -1,5 +1,5 @@ -#ifndef _OBD_SIM -#define _OBD_SIM +#ifndef _OBD_SNAP +#define _OBD_SNAP #define OBD_SNAP_MAGIC 0x47224722 @@ -21,7 +21,7 @@ struct snap_object_data { int od_magic; /* id of snaps of object; slot 0 has the current data */ unsigned long od_ids[SNAP_MAX + 1]; -} +};