Fix an error introduced in last commit
This commit is contained in:
parent
b1b97e89c8
commit
9d1404e06d
@ -1196,6 +1196,7 @@ static int hostfs_stat(struct inode *mountpt, const char *relpath, struct stat *
|
||||
}
|
||||
|
||||
if (host_buf.st_mode & HOST_ST_MODE_PIPE)
|
||||
{
|
||||
buf->st_mode |= S_IFIFO;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user