diff options
Diffstat (limited to 'mm/tiny-shmem.c')
-rw-r--r-- | mm/tiny-shmem.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mm/tiny-shmem.c b/mm/tiny-shmem.c index f9d6a9cc91c4..11ab99b8c61f 100644 --- a/mm/tiny-shmem.c +++ b/mm/tiny-shmem.c | |||
@@ -33,9 +33,6 @@ static int __init init_tmpfs(void) | |||
33 | { | 33 | { |
34 | BUG_ON(register_filesystem(&tmpfs_fs_type) != 0); | 34 | BUG_ON(register_filesystem(&tmpfs_fs_type) != 0); |
35 | 35 | ||
36 | #ifdef CONFIG_TMPFS | ||
37 | devfs_mk_dir("shm"); | ||
38 | #endif | ||
39 | shm_mnt = kern_mount(&tmpfs_fs_type); | 36 | shm_mnt = kern_mount(&tmpfs_fs_type); |
40 | BUG_ON(IS_ERR(shm_mnt)); | 37 | BUG_ON(IS_ERR(shm_mnt)); |
41 | 38 | ||