projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4eaff6
)
Remove unused fuse_worker bufsize (#590)
author
Hookey
<Hookey@users.noreply.github.com>
Mon, 12 Apr 2021 10:08:50 +0000
(18:08 +0800)
committer
GitHub
<noreply@github.com>
Mon, 12 Apr 2021 10:08:50 +0000
(11:08 +0100)
Not used since https://github.com/libfuse/libfuse/commit/
561d7054d856eea6c2d634093546d6af773dada9
lib/fuse_loop_mt.c
patch
|
blob
|
history
diff --git
a/lib/fuse_loop_mt.c
b/lib/fuse_loop_mt.c
index 71be15daea39b0e229340d8bef2b8380cd1268b8..8fcc46cc7195a935c981683f753ae1bb5d07ac03 100644
(file)
--- a/
lib/fuse_loop_mt.c
+++ b/
lib/fuse_loop_mt.c
@@
-32,7
+32,6
@@
struct fuse_worker {
struct fuse_worker *prev;
struct fuse_worker *next;
pthread_t thread_id;
- size_t bufsize;
// We need to include fuse_buf so that we can properly free
// it when a thread is terminated by pthread_cancel().