Files
ladybird/Kernel/FileSystem
Andreas Kling f2ea6c3d4c Ext2FS: Don't create a directory when asked to create a socket file
(mode & S_IFDIR) is not enough to check if "mode" is a directory,
we have to check all the bits in the S_IFMT mask.

Use the is_directory() helper to fix this bug.
2021-01-23 16:45:05 +01:00
..
2020-12-27 23:07:44 +01:00
2020-12-18 19:22:26 +01:00