aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index c20ab64..57b1a90 100644
--- a/util.c
+++ b/util.c
@@ -20,7 +20,6 @@ spinlock_t fuse_lock = SPIN_LOCK_UNLOCKED;
void fuse_release_conn(struct fuse_conn *fc)
{
if(fc->sb == NULL && fc->file == NULL) {
- printk(KERN_DEBUG "fuse: release connection: %i\n", fc->id);
kfree(fc);
}
}