diff options
author | NeilBrown <neilb@suse.de> | 2010-03-16 08:55:32 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-03-16 08:55:32 +0100 |
commit | 97fedbbe1046b3118f49df249840ca21041eefe4 (patch) | |
tree | d888fb0e15600a9bfd08706cee144f2b179e6070 /include | |
parent | c77a5710b7e23847bfdb81fcaa10b585f65c960a (diff) | |
download | op-kernel-dev-97fedbbe1046b3118f49df249840ca21041eefe4.zip op-kernel-dev-97fedbbe1046b3118f49df249840ca21041eefe4.tar.gz |
Remove GENHD_FL_DRIVERFS
This flag is not used, so best discarded.
Signed-off-by: NeilBrown <neilb@suse.de>
--
Hi Jens,
I came across this recently - these are the only two occurances
of "GENHD_FL_DRIVERFS" in the kernel, so it cannot be needed.
NeilBrown
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/genhd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 56b5051..5f2f4c4 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -109,7 +109,7 @@ struct hd_struct { }; #define GENHD_FL_REMOVABLE 1 -#define GENHD_FL_DRIVERFS 2 +/* 2 is unused */ #define GENHD_FL_MEDIA_CHANGE_NOTIFY 4 #define GENHD_FL_CD 8 #define GENHD_FL_UP 16 |