Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hostfs: Use correct mask for file mode
S_IFMT is obviously wrong and needs to be 0777. We're interested in the file mode, not the type. Fixes: b98b910 (hostfs: No need to box and later unbox the file mode) Reported-by: Markus Stenberg <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
- Loading branch information