Name
get_empty_super -- find empty superblocks
Synopsis
struct super_block * get_empty_super
( void);
Description
Find a superblock with no device assigned. A free superblock is
found and returned. If neccessary new superblocks are allocated.
NULL is returned if there are insufficient resources to complete
the request.