Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D24371
Change Details
Change Details
Old
New
Diff
The candelete() function does properly detect if the disk supports TRIM because the file descriptor is opened write-only, so the attempt to read the GEOM::candelete attribute fails Correct by switching the open() flag to O_RDWR
The candelete() function does not properly detect if the disk supports TRIM because the file descriptor is opened write-only, so the attempt to read the GEOM::candelete attribute fails Correct by switching the open() flag to O_RDWR
The candelete() function does
not
properly detect if the disk supports TRIM because the file descriptor is opened write-only, so the attempt to read the GEOM::candelete attribute fails Correct by switching the open() flag to O_RDWR
Continue