mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-31 01:28:27 +00:00
parent
06032aa661
commit
a85183d42c
@ -3420,6 +3420,10 @@ static void* s3fs_init(struct fuse_conn_info* conn)
|
||||
}
|
||||
#endif
|
||||
|
||||
if((unsigned int)conn->capable & FUSE_CAP_BIG_WRITES){
|
||||
conn->want |= FUSE_CAP_BIG_WRITES;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user