diff options
Diffstat (limited to 'kernel/util.c')
-rw-r--r-- | kernel/util.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/util.c b/kernel/util.c index faffb08..3e7b6ef 100644 --- a/kernel/util.c +++ b/kernel/util.c @@ -19,14 +19,6 @@ MODULE_LICENSE("GPL"); spinlock_t fuse_lock = SPIN_LOCK_UNLOCKED; -/* Must be called with the fuse lock held */ -void fuse_release_conn(struct fuse_conn *fc) -{ - if (fc->sb == NULL && fc->file == NULL) { - kfree(fc); - } -} - int __init fuse_init(void) { int res; |