Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/librefuse
Module Name: src
Committed By: pooka
Date: Thu May 17 21:28:12 UTC 2007
Modified Files:
src/lib/librefuse: refuse.c
Log Message:
Calling puffs_exit() in fuse_{exit,unmount}() is wrong, as those
shouldn't release resources. As a quick hack to prevent double
frees etc, introduce "dead" variable into fuse channel to signal
if the backing puffs resource was already freed. XXX: the check
is only in exit/unmount currently.
Proper fix really depends on some puffs features I still haven't
gotten around to doing.
To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/lib/librefuse/refuse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index