From 7ad99ec9007e9da09b7de537d067bed7d068ed34 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 18 May 2015 09:49:37 +1000 Subject: [PATCH] Added MountConfig.ReadOnly. --- mounted_file_system.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mounted_file_system.go b/mounted_file_system.go index f814378..4be4e8d 100644 --- a/mounted_file_system.go +++ b/mounted_file_system.go @@ -65,6 +65,9 @@ type MountConfig struct { // should inherit. If nil, context.Background() will be used. OpContext context.Context + // TODO(jacobsa): Add comments. + ReadOnly bool + // OS X only. // // Normally on OS X we mount with the novncache option