Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108168665
D35185.id105910.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
572 B
Referenced Files
None
Subscribers
None
D35185.id105910.diff
View Options
Index: tests/sys/fs/fusefs/bmap.cc
===================================================================
--- tests/sys/fs/fusefs/bmap.cc
+++ tests/sys/fs/fusefs/bmap.cc
@@ -190,12 +190,11 @@
const off_t filesize = 2 * m_maxbcachebuf;
const ino_t ino = 42;
mode_t mode = S_IFREG | 0644;
- void *contents, *buf;
+ void *buf;
int fd;
int ngetattrs;
ngetattrs = GetParam();
- contents = calloc(1, filesize);
FuseTest::expect_lookup(RELPATH, ino, mode, filesize, 1, 0);
expect_open(ino, 0, 1);
// Depending on ngetattrs, FUSE_READ could be called with either
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 4:01 AM (21 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16046206
Default Alt Text
D35185.id105910.diff (572 B)
Attached To
Mode
D35185: fusefs tests: Remove an unused variable.
Attached
Detach File
Event Timeline
Log In to Comment