mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
Update a comment, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
4fc5ec56f9
commit
1881ba48b1
@ -92,7 +92,9 @@ uuidcache_check_device(const char *device,
|
|||||||
|
|
||||||
/* Users report that mucking with floppies (especially non-present
|
/* Users report that mucking with floppies (especially non-present
|
||||||
* ones) is significant PITA. This is a horribly dirty hack,
|
* ones) is significant PITA. This is a horribly dirty hack,
|
||||||
* but it is very useful in real world. */
|
* but it is very useful in real world.
|
||||||
|
* If this will ever need to be enabled, consider using O_NONBLOCK.
|
||||||
|
*/
|
||||||
if (major(statbuf->st_rdev) == 2)
|
if (major(statbuf->st_rdev) == 2)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user