* fhandler_process.cc (fhandler_process::open): Set fileid.
This commit is contained in:
@ -226,6 +226,7 @@ fhandler_process::open (path_conv *pc, int flags, mode_t mode)
|
||||
goto out;
|
||||
}
|
||||
|
||||
fileid = process_file_no;
|
||||
fill_filebuf (p);
|
||||
|
||||
if (flags & O_APPEND)
|
||||
|
Reference in New Issue
Block a user