Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109290983
D21265.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D21265.diff
View Options
Index: head/tests/sys/fs/fusefs/mockfs.cc
===================================================================
--- head/tests/sys/fs/fusefs/mockfs.cc
+++ head/tests/sys/fs/fusefs/mockfs.cc
@@ -842,8 +842,7 @@
* request,including header, even though fuse_out_header.len excludes
* the size of the header.
*/
- ASSERT_TRUE(res == static_cast<ssize_t>(sizeof(in.header.len)) ||
- m_quit);
+ ASSERT_TRUE(res == static_cast<ssize_t>(in.header.len) || m_quit);
}
void MockFS::write_response(const mockfs_buf_out &out) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 4, 3:39 AM (18 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16447422
Default Alt Text
D21265.diff (531 B)
Attached To
Mode
D21265: fusefs: fix conditional from r351061
Attached
Detach File
Event Timeline
Log In to Comment