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
|
||||
* 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)
|
||||
return TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user