Name

add_disk — add partitioning information to kernel list

Synopsis

void fsfuncadd_disk (struct gendisk * disk);
 

Arguments

disk

per-device partitioning information

Description

This function registers the partitioning information in disk with the kernel.

FIXME

error handling