[Cluster-devel] [GFS2] gfs2: handle NULL rgd in set_rgrp_preferences

2015-05-05 Thread Abhi Das
The function set_rgrp_preferences() does not handle the (rarely returned) NULL value from gfs2_rgrpd_get_next() and this patch fixes that. The fs image in question is only 150MB in size which allows for only 1 rgrp to be created. The in-memory rb tree has only 1 node and when

Re: [Cluster-devel] [GFS2] gfs2: handle NULL rgd in set_rgrp_preferences

2015-05-05 Thread Bob Peterson
- Original Message - The function set_rgrp_preferences() does not handle the (rarely returned) NULL value from gfs2_rgrpd_get_next() and this patch fixes that. The fs image in question is only 150MB in size which allows for only 1 rgrp to be created. The in-memory rb tree has only 1