mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
drivers/loop: Add a loop character device that can be used to setup and teardown loop devices
This commit is contained in:
@@ -11159,3 +11159,7 @@
|
||||
convert a regular file (or driver file) to an MTD device. This is
|
||||
useful for testing on the simulation using the hostfs. From Ken
|
||||
Petit (2015-11-25).
|
||||
* drivers/loop: Add a loop character device. losetup() and
|
||||
loteardown() should not be called directory from applications.
|
||||
Rather, these functions are now available as IOCTL commands to the
|
||||
loop driver (2015-11-25).
|
||||
|
||||
Reference in New Issue
Block a user