|
@@ -205,10 +205,6 @@ int blk_verify_command(unsigned char *cmd, fmode_t has_write_perm)
|
|
if (capable(CAP_SYS_RAWIO))
|
|
if (capable(CAP_SYS_RAWIO))
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
- /* if there's no filter set, assume we're filtering everything out */
|
|
|
|
- if (!filter)
|
|
|
|
- return -EPERM;
|
|
|
|
-
|
|
|
|
/* Anybody who can open the device can do a read-safe command */
|
|
/* Anybody who can open the device can do a read-safe command */
|
|
if (test_bit(cmd[0], filter->read_ok))
|
|
if (test_bit(cmd[0], filter->read_ok))
|
|
return 0;
|
|
return 0;
|