]> git.baikalelectronics.ru Git - kernel.git/commit
dm raid1: rename read_record to bio_record
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 21 Dec 2012 20:23:39 +0000 (20:23 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 21 Dec 2012 20:23:39 +0000 (20:23 +0000)
commit4b18a04bc86067bdbe3b73938fac9e987e2561d2
tree124543b8fd1283c35fcf1f3ee456c62c73fff299
parent7b4990fc3e11979a953e417372a96f7247d932f9
dm raid1: rename read_record to bio_record

Rename struct read_record to bio_record in dm-raid1.

In the following patch, the structure will be used for both read and
write bios, so rename it.

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