@@ -29,6 +29,10 @@ Entry::Entry(Device* device, const std::string& path)
|
||||
|
||||
Entry::~Entry() = default;
|
||||
|
||||
bool Entry::is_read_only() const {
|
||||
return device_->is_read_only();
|
||||
}
|
||||
|
||||
} // namespace fs
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
||||
Reference in New Issue
Block a user