]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
164eb7c8bc93894467605e949f709a25d9066ade
[thirdparty/kernel/stable-queue.git] /
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
5
6 From: John Stoffel <john@stoffel.org>
7
8 commit 14d9fa352592582e457cf75022202766baac1348 upstream.
9
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.
12
13 This should be backported to older kernels as well, since most distros have
14 enabled this for a long time.
15
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>
19
20 ---
21 block/Kconfig | 11 +++++++----
22 1 file changed, 7 insertions(+), 4 deletions(-)
23
24 --- a/block/Kconfig
25 +++ b/block/Kconfig
26 @@ -45,9 +45,9 @@ config LBD
27 If unsure, say N.
28
29 config BLK_DEV_BSG
30 - bool "Block layer SG support v4 (EXPERIMENTAL)"
31 - depends on EXPERIMENTAL
32 - ---help---
33 + bool "Block layer SG support v4"
34 + default y
35 + help
36 Saying Y here will enable generic SG (SCSI generic) v4 support
37 for any block device.
38
39 @@ -57,7 +57,10 @@ config BLK_DEV_BSG
40 protocols (e.g. Task Management Functions and SMP in Serial
41 Attached SCSI).
42
43 - If unsure, say N.
44 + This option is required by recent UDEV versions to properly
45 + access device serial numbers, etc.
46 +
47 + If unsure, say Y.
48
49 config BLK_DEV_INTEGRITY
50 bool "Block layer data integrity support"