mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-05 01:24:44 +08:00
Rework dirents buffer management
This commit is contained in:
@ -25,7 +25,6 @@
|
||||
|
||||
#include "extern_c.h"
|
||||
#include "fuse_common.h"
|
||||
#include "fuse_dirents.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
@ -47,6 +46,9 @@ struct fuse;
|
||||
/** Structure containing a raw command */
|
||||
struct fuse_cmd;
|
||||
|
||||
struct fuse_dirents_t;
|
||||
typedef struct fuse_dirents_t fuse_dirents_t;
|
||||
|
||||
/**
|
||||
* The file system operations:
|
||||
*
|
||||
|
Reference in New Issue
Block a user