fs_cromfs:Remove duplicate case intorduced by 67ef70d
This commit is contained in:
parent
0cc3f95bb4
commit
2eccc960a9
1 changed files with 0 additions and 4 deletions
|
@ -1080,10 +1080,6 @@ static int cromfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
|
|||
dir->fd_dir.d_type = DTYPE_BLK;
|
||||
break;
|
||||
|
||||
case S_IFSOCK: /* Socket */
|
||||
dir->fd_dir.d_type = DTYPE_SOCK;
|
||||
break;
|
||||
|
||||
case S_IFMQ: /* Message queue */
|
||||
dir->fd_dir.d_type = DTYPE_MQ;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue