]> git.baikalelectronics.ru Git - kernel.git/commit
raid1: Add some macros to make code clearly.
authormajianpeng <majianpeng@gmail.com>
Thu, 14 Nov 2013 04:16:18 +0000 (15:16 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 19 Nov 2013 04:19:18 +0000 (15:19 +1100)
commit2a690a97e66161f18e5891b341a7592cd35a2b64
tree277d1be6569695e963cb660563b8dc6de7e2df87
parentb2116274cfc9ce8da0b15c0d33d15782b1712461
raid1: Add some macros to make code clearly.

In a subsequent patch, we'll use some const parameters.
Using macros will make the code clearly.

Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid1.c