1 From 14d9fa352592582e457cf75022202766baac1348 Mon Sep 17 00:00:00 2001
2 From: John Stoffel <john@stoffel.org>
3 Date: Tue, 4 Aug 2009 22:10:17 +0200
4 Subject: Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency, since udev depends on BSG
6 From: John Stoffel <john@stoffel.org>
8 commit 14d9fa352592582e457cf75022202766baac1348 upstream.
10 Make Block Layer SG support v4 the default, since recent udev versions
11 depend on this to access serial numbers and other low level info properly.
13 This should be backported to older kernels as well, since most distros have
14 enabled this for a long time.
16 Signed-off-by: John Stoffel <john@stoffel.org>
17 Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
18 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
21 block/Kconfig | 11 +++++++----
22 1 file changed, 7 insertions(+), 4 deletions(-)
26 @@ -45,9 +45,9 @@ config LBD
30 - bool "Block layer SG support v4 (EXPERIMENTAL)"
31 - depends on EXPERIMENTAL
33 + bool "Block layer SG support v4"
36 Saying Y here will enable generic SG (SCSI generic) v4 support
39 @@ -57,7 +57,10 @@ config BLK_DEV_BSG
40 protocols (e.g. Task Management Functions and SMP in Serial
44 + This option is required by recent UDEV versions to properly
45 + access device serial numbers, etc.
49 config BLK_DEV_INTEGRITY
50 bool "Block layer data integrity support"