diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2007-02-03 11:28:17 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2007-02-03 11:28:17 +0000 |
commit | 47910d7b8af40ffaccc8845d10d109871b5be604 (patch) | |
tree | c44982666a67e1d892bb5a3d69cf9643b65f44c8 /ChangeLog | |
parent | 6e7d018049193efe9d092bb91c4416a332f28278 (diff) | |
download | libfuse-47910d7b8af40ffaccc8845d10d109871b5be604.tar.gz |
merge to fuse_2_6_merge2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-02-02 Miklos Szeredi <miklos@szeredi.hu> + + * kernel: make it compile on "strange" kernels which have emulated + mutexes via <linux/mutex.h> but no i_mutex. Reported by Tomasz + Mateja + +2007-01-28 Miklos Szeredi <miklos@szeredi.hu> + + * kernel: fix BUG in control filesystem if it is umounted and + mounted again, while some fuse filesystems are present. + Bugreport from Florent Mertens + + * kernel: sync with mainline, support 2.6.20 + +2007-01-22 Miklos Szeredi <miklos@szeredi.hu> + + * lib/Makefile.am: actually link libfuse against libfuse_libs + 2007-01-19 Miklos Szeredi <miklos@szeredi.hu> * Build fix for 2.6.16 vanila and 2.6.15 FC5 kernels. Patch from |