diff options
Diffstat (limited to 'common/utils.h')
-rw-r--r-- | common/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/utils.h b/common/utils.h index 8da0726c..df06ef19 100644 --- a/common/utils.h +++ b/common/utils.h @@ -177,7 +177,8 @@ std::string MakePartitionNameForMount(const std::string& part_name); bool MountFilesystem(const std::string& device, const std::string& mountpoint, unsigned long flags, // NOLINT(runtime/int) - const std::string& type); + const std::string& type, + const std::string& fs_mount_options); bool UnmountFilesystem(const std::string& mountpoint); // Returns the block count and the block byte size of the file system on |