mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
config get and struct naming cleanup
This commit is contained in:
+5
-5
@@ -49,11 +49,11 @@ namespace mergerfs
|
||||
namespace fuse
|
||||
{
|
||||
int
|
||||
read(const char *fusepath,
|
||||
char *buf,
|
||||
size_t count,
|
||||
off_t offset,
|
||||
struct fuse_file_info *ffi)
|
||||
read(const char *fusepath,
|
||||
char *buf,
|
||||
size_t count,
|
||||
off_t offset,
|
||||
fuse_file_info *ffi)
|
||||
{
|
||||
return _read(ffi->fh,
|
||||
buf,
|
||||
|
||||
Reference in New Issue
Block a user