commit | ca945e71529c69f71b773b31f03a681876872117 | [log] [tgz] |
---|---|---|
author | NeilBrown <[email protected]> | Tue Aug 02 14:03:30 2016 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Aug 02 17:31:41 2016 -0400 |
tree | f57abccf8cc1055194d9df9c46560ad60d124734 | |
parent | bc083a64b6c035135c0f80718f9e9192cc0867c6 [diff] |
memstick: don't allocate unused major for ms_block When alloc_disk(0) is used the ->major number is completely ignored. All devices are allocated with a major of BLOCK_EXT_MAJOR. So remove registration and deregistration of 'major'. Link: http://lkml.kernel.org/r/20160602064318.4403.49955.stgit@noble Signed-off-by: NeilBrown <[email protected]> Cc: Keith Busch <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Maxim Levitsky <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>