aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-07-10 19:35:21 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-07-10 19:35:21 +0000
commit5f28cd15ab43c741f6d116be4d3a9aa5d82ab385 (patch)
tree16ad52166ef11aaf6325696f048ad27c579dae80 /ChangeLog
parentcb71b4372c963da8c9fef37eac3ddb60de02b2a3 (diff)
downloadlibfuse-5f28cd15ab43c741f6d116be4d3a9aa5d82ab385.tar.gz
Skip calling mount(8) if /etc/mtab doesn't exist...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 638dd3c..4f56566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* Fix handling of (no)suid and (no)dev options if filesystem is
mounted from /etc/fstab or via mount(8). Reported by Jan Ondrej.
+ * Skip calling mount(8) if /etc/mtab doesn't exist or if it's on a
+ read-only filesystem. This works around issues with certain mount
+ implementations. Reported by Szabolcs Szakacsits.
+
2008-06-16 Miklos Szeredi <miklos@szeredi.hu>
* Remove fuse kernel module sources. Linux 2.6.27 will support