Commit d7ac8dc
nvme: quiet user passthrough command errors
The driver is spamming the kernel logs for entirely harmless errors from
user space submitting unsupported commands. Just silence the errors.
The application has direct access to command status, so there's no need
to log these.
And since every passthrough command now uses the quiet flag, move the
setting to the common initializer.
Signed-off-by: Keith Busch <[email protected]>
Reviewed-by: Alan Adamson <[email protected]>
Reviewed-by: Jens Axboe <[email protected]>
Reviewed-by: Kanchan Joshi <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Daniel Wagner <[email protected]>
Tested-by: Alan Adamson <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>1 parent f829230 commit d7ac8dc
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| 678 | + | |
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
| |||
1037 | 1038 | | |
1038 | 1039 | | |
1039 | 1040 | | |
1040 | | - | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
| |||
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | | - | |
1231 | 1230 | | |
1232 | 1231 | | |
1233 | 1232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | | - | |
1440 | 1439 | | |
1441 | 1440 | | |
1442 | 1441 | | |
| |||
2490 | 2489 | | |
2491 | 2490 | | |
2492 | 2491 | | |
2493 | | - | |
2494 | 2492 | | |
2495 | 2493 | | |
2496 | 2494 | | |
| |||
0 commit comments