fs_cromfs:Remove duplicate case intorduced by 67ef70d
This commit is contained in:
parent
0cc3f95bb4
commit
2eccc960a9
@ -1080,10 +1080,6 @@ static int cromfs_readdir(struct inode *mountpt, struct fs_dirent_s *dir)
|
|||||||
dir->fd_dir.d_type = DTYPE_BLK;
|
dir->fd_dir.d_type = DTYPE_BLK;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case S_IFSOCK: /* Socket */
|
|
||||||
dir->fd_dir.d_type = DTYPE_SOCK;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case S_IFMQ: /* Message queue */
|
case S_IFMQ: /* Message queue */
|
||||||
dir->fd_dir.d_type = DTYPE_MQ;
|
dir->fd_dir.d_type = DTYPE_MQ;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user