[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Removes the devfs_mk_dir() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -68,7 +68,6 @@ static int dm_hash_init(void)
|
||||
{
|
||||
init_buckets(_name_buckets);
|
||||
init_buckets(_uuid_buckets);
|
||||
devfs_mk_dir(DM_DIR);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user