* 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:
Christopher Faylor
2012-04-21 19:52:11 +00:00
parent 080f275bae
commit 8b4bd08220
4 changed files with 11 additions and 8 deletions

View File

@ -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)