diff options
Diffstat (limited to 'drivers/md/dm-ioctl.c')
-rw-r--r-- | drivers/md/dm-ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index 3edb3477f987..181971a978ba 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c | |||
@@ -68,7 +68,6 @@ static int dm_hash_init(void) | |||
68 | { | 68 | { |
69 | init_buckets(_name_buckets); | 69 | init_buckets(_name_buckets); |
70 | init_buckets(_uuid_buckets); | 70 | init_buckets(_uuid_buckets); |
71 | devfs_mk_dir(DM_DIR); | ||
72 | return 0; | 71 | return 0; |
73 | } | 72 | } |
74 | 73 | ||