summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
diff options
context:
space:
mode:
authorAdel Gadllah2008-06-27 09:16:17 +0200
committerJens Axboe2008-07-03 13:21:14 +0200
commit06a452e5b95eb669b7ad414ccf587dfc2d91b217 (patch)
tree44675dae6a98b414dc3d7778ef8a74da00fee92a /drivers/scsi/sg.c
parentsg: fix odd style (extra parenthesis) introduced by cmd filter patch (diff)
downloadkernel-qcow2-linux-06a452e5b95eb669b7ad414ccf587dfc2d91b217.tar.gz
kernel-qcow2-linux-06a452e5b95eb669b7ad414ccf587dfc2d91b217.tar.xz
kernel-qcow2-linux-06a452e5b95eb669b7ad414ccf587dfc2d91b217.zip
cmdfilter: extend default read filter
This patch adds the commands that the former sg filter allowed for read access to the cmdfilter to keep userspace apps that rely on them working. Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/scsi/sg.c')
-rw-r--r--drivers/scsi/sg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index 62b5bd5fd761..fe694f0ee19a 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -2502,10 +2502,6 @@ sg_page_free(struct page *page, int size)
__free_pages(page, order);
}
-#ifndef MAINTENANCE_IN_CMD
-#define MAINTENANCE_IN_CMD 0xa3
-#endif
-
#ifdef CONFIG_SCSI_PROC_FS
static int
sg_idr_max_id(int id, void *p, void *data)