* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.
* path.cc (path_conv::check): Remove PATH_KEPT_HANDLE setting. * path.h (path_types): Remove PATH_KEPT_HANDLE. (path_conv::kept_handle): Delete now-unneeded function.
This commit is contained in:
@ -1152,9 +1152,6 @@ out:
|
||||
if (opt & PC_CTTY)
|
||||
path_flags |= PATH_CTTY;
|
||||
|
||||
if (opt & PC_KEEP_HANDLE)
|
||||
path_flags |= PATH_KEPT_HANDLE;
|
||||
|
||||
if ((opt & PC_POSIX))
|
||||
{
|
||||
if (tail < path_end && tail > path_copy + 1)
|
||||
|
Reference in New Issue
Block a user