devfs_unregister_blkdev

Section: Kernel Hacker's Manual (9)
Updated: devfs_unregister_blkdev
Index Return to Main Contents
 

NAME

devfs_unregister_blkdev - Optionally unregister a conventional block driver.  

SYNOPSIS

int devfs_unregister_blkdev (unsigned int major, const char *name);  

ARGUMENTS

major

 The major number for the driver.
name

 The name of the driver (as seen in /proc/devices).
 

DESCRIPTION

This function will unregister a block driver provided the "devfs=only" option was not provided at boot time. Returns 0 on success, else a negative error code on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:56:26 GMT, June 12, 2005