]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: (no-up) nbd: Change default partitions per device to 15
authorScott James Remnant <scott@canonical.com>
Mon, 16 Mar 2009 15:03:07 +0000 (15:03 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
commit1f994c9565bcd2071a89255015e12626ec31cfbd
treebea1684607519bdb34a1acf24eed01954983c945
parent04ead60332c48f58c3950aae05a91ead3806bbc9
UBUNTU: SAUCE: (no-up) nbd: Change default partitions per device to 15

This was previously changed by using an "options" line in a modprobe.d
file, however that practice is now deprecated.  This is because module
names, option names, their values and even their current defaults can
all change inside the kernel and module-init-tools has never been kept
in sync.

In addition, changing the kernel means that the option change will apply
if the module is built in by users or the OEM team.

Bug: #342563

Signed-off-by: Scott James Remnant <scott@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/block/nbd.c