On Tue, Mar 22, 2016 at 05:36:34PM +0000, Andrew Price wrote: > Commit 1ae1602de0 "configfs: switch ->default groups to a linked list" > left the NULL gps pointer behind after removing the kcalloc() call which > made it non-NULL. It also left the !gps check in place so make_cluster() > now fails with ENOMEM. Remove the remaining uses of the gps variable to > fix that. > > Reviewed-by: Bob Peterson <[email protected]> > Reviewed-by: Andreas Gruenbacher <[email protected]> > Signed-off-by: Andrew Price <[email protected]>
Oops, sorry. Thanks for fixing this up!

