]> sourceware.org Git - lvm2.git/commitdiff
another fixme
authorAlasdair Kergon <agk@redhat.com>
Fri, 31 Jul 2009 16:57:06 +0000 (16:57 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 31 Jul 2009 16:57:06 +0000 (16:57 +0000)
libdm/libdm-common.c

index 940cf5ad4fcb7da269d1a21ab1d8a2bfeefaa40e..b488b02e24cddc616b3501be0b64434145703e86 100644 (file)
@@ -818,6 +818,7 @@ int dm_udev_get_sync_support(void)
 
 static int _get_cookie_sem(uint32_t cookie, int *semid)
 {
+       /* FIXME Ensure cookie has COOKIE_MAGIC prefix */
        if ((*semid = semget((key_t) cookie, 1, 0)) >= 0)
                return 1;
 
This page took 0.040832 seconds and 5 git commands to generate.