Diff for /xfs-linux/support/uuid.c between versions 1.20 and 1.21

version 1.20, 2006/02/20 03:00:39 version 1.21, 2008/02/06 03:24:42
Line 133  uuid_table_remove(uuid_t *uuid) Line 133  uuid_table_remove(uuid_t *uuid)
         mutex_unlock(&uuid_monitor);          mutex_unlock(&uuid_monitor);
 }  }
   
 void  void __init
 uuid_init(void)  uuid_init(void)
 {  {
         mutex_init(&uuid_monitor);          mutex_init(&uuid_monitor);

Removed from v.1.20  
changed lines
  Added in v.1.21


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>