summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 4958b672c..9d074f7bd 100644
--- a/fsset.py
+++ b/fsset.py
@@ -407,7 +407,7 @@ class swapFileSystem(FileSystemType):
self.linuxnativefs = 1
self.supported = 1
- def mount(self, device, mountpoint):
+ def mount(self, device, mountpoint, readOnly=0):
isys.swapon (device)
def umount(self, device, path):