add_disk

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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