mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
os: Disambiguate File_system in ram_file_system.h.
According to clang there are two symbols which File_system can refer to: 1. namespace File_system from ram_fs/chunk.h. 2. Vfs::File_system class from vfs/file_system.h. Make it clear we refer to the File_system namespace in this case. Issue #3984
This commit is contained in:
committed by
Norman Feske
parent
fc089a1673
commit
ffc2a2f306
@@ -27,8 +27,8 @@ namespace Vfs_ram {
|
|||||||
using namespace Genode;
|
using namespace Genode;
|
||||||
using namespace Vfs;
|
using namespace Vfs;
|
||||||
using namespace Ram_fs;
|
using namespace Ram_fs;
|
||||||
using File_system::Chunk;
|
using ::File_system::Chunk;
|
||||||
using File_system::Chunk_index;
|
using ::File_system::Chunk_index;
|
||||||
|
|
||||||
struct Io_handle;
|
struct Io_handle;
|
||||||
struct Watch_handle;
|
struct Watch_handle;
|
||||||
|
|||||||
Reference in New Issue
Block a user