unlink (gkfs_remove) can delete directories
As man
states, unlink should not be able to work on directories and an EISDIR errno should be returned.
Tests need to be implemented for gkfs_remove/unlink.
As man
states, unlink should not be able to work on directories and an EISDIR errno should be returned.
Tests need to be implemented for gkfs_remove/unlink.