]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
dm mpath: free path selector on invalid args
authorMikulas Patocka <mpatocka@redhat.com>
Mon, 21 Jul 2008 11:00:24 +0000 (12:00 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Mon, 21 Jul 2008 11:00:24 +0000 (12:00 +0100)
commit371b2e348b7731a548b0a7432ca2ba32e90dd16f
treed7adce2fcaf95bfbbdfd4779d0e03e2980308b65
parent5b664cb235e97afbf34db9c4d77f08ebd725335e
dm mpath: free path selector on invalid args

Free path selector if the arguments are invalid.

This command (note that it is invalid) causes reference leak on module
"dm_round_robin" and prevents the module from being removed.

dmsetup create --table '0 2 multipath 0 0 1 1 round-robin /dev/sdh' mpath0

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-mpath.c