]> git.neil.brown.name Git - history.git/commit
[PATCH] MD - Remove bdput calls from raid personalities.
authorNeil Brown <neilb@cse.unsw.edu.au>
Fri, 19 Jul 2002 02:06:03 +0000 (19:06 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Fri, 19 Jul 2002 02:06:03 +0000 (19:06 -0700)
commit82b0fad125d161409bb7c61c9bb6a44ff75c9aa7
treeb6e94962feb7754751ae0255eadab42cdb795963
parent389a588417f002e1b126f895342cc8b736e168fb
[PATCH] MD - Remove bdput calls from raid personalities.

Remove bdput calls from raid personalities.

Some of the md personalities currently hold a counted reference
on a bdev.  This is not necessary as the main md module will always
hold a counted reference in the rdev.
This patch removes the code to take and drop these unnecessary
references.
drivers/md/linear.c
drivers/md/multipath.c
drivers/md/raid1.c