ADD_DISK

Section: Block Devices (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

add_disk - add partitioning information to kernel list  

SYNOPSIS

void add_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  

COPYRIGHT