mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fusefs: fix unused variables from fb619c94c6
PR: 270749
Reported by: cy
MFC after: 1 week
MFC with: fb619c94c6
Sponsored by: Axcient
This commit is contained in:
parent
8f37b3a142
commit
e5236d25f2
2 changed files with 0 additions and 3 deletions
|
|
@ -1246,7 +1246,6 @@ TEST_F(Read, atime_during_close)
|
|||
{
|
||||
const char FULLPATH[] = "mountpoint/some_file.txt";
|
||||
const char RELPATH[] = "some_file.txt";
|
||||
struct stat sb;
|
||||
uint64_t ino = 42;
|
||||
int fd;
|
||||
ssize_t bufsize = 100;
|
||||
|
|
|
|||
|
|
@ -472,7 +472,6 @@ TEST_F(Read, atime_during_close_eacces)
|
|||
const char FULLPATH[] = "mountpoint/some_file.txt";
|
||||
const char RELPATH[] = "some_file.txt";
|
||||
const char *CONTENTS = "abcdefgh";
|
||||
struct stat sb;
|
||||
uint64_t ino = 42;
|
||||
int fd;
|
||||
ssize_t bufsize = strlen(CONTENTS);
|
||||
|
|
@ -1377,7 +1376,6 @@ TEST_F(RofsRead, atime_during_close)
|
|||
const char FULLPATH[] = "mountpoint/some_file.txt";
|
||||
const char RELPATH[] = "some_file.txt";
|
||||
const char *CONTENTS = "abcdefgh";
|
||||
struct stat sb;
|
||||
uint64_t ino = 42;
|
||||
int fd;
|
||||
ssize_t bufsize = strlen(CONTENTS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue