aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-11-28 15:12:48 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-11-28 15:12:48 +0000
commitcafdcb253e4c7ad6238198982425c004b487d2e6 (patch)
tree8271aaf24fc9470b60458c897f09156bf0921b25 /ChangeLog
parente9191d5550e36bde10781e4aa84a3fc4be17f609 (diff)
downloadlibfuse-cafdcb253e4c7ad6238198982425c004b487d2e6.tar.gz
If open sets fi->nonseekable, libfuse will tell the kernel that the file is not seekable. Patch by Tejun Heo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5487d59..d6de6ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-28 Miklos Szeredi <miklos@szeredi.hu>
+
+ * If open sets fi->nonseekable, libfuse will tell the kernel that
+ the file is not seekable. Patch by Tejun Heo
+
2008-11-19 Miklos Szeredi <miklos@szeredi.hu>
* lowlevel lib: fix deadlock if fuse_reply_* is called from the