summaryrefslogtreecommitdiffstats
path: root/src/fuse/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/main.c')
-rw-r--r--src/fuse/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fuse/main.c b/src/fuse/main.c
index 1ae6d33..6e7977c 100644
--- a/src/fuse/main.c
+++ b/src/fuse/main.c
@@ -580,6 +580,11 @@ int main( int argc, char *argv[] )
} else {
fuse_session_add_chan( _fuseSession, ch );
fuse_daemonize( foreground );
+ if ( useCow ) {
+ if ( !cowfile_startBackgroundThreads() ){
+ logadd( LOG_ERROR, "Could not start cow background Threads" );
+ }
+ }
if ( single_thread ) {
fuse_err = fuse_session_loop( _fuseSession );
} else {