]> git.ipfire.org Git - thirdparty/mdadm.git/commit
GCC compile fix: remove calculation of unused variable 'reservation'
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 6 Oct 2011 14:43:51 +0000 (16:43 +0200)
committerNeilBrown <neilb@suse.de>
Thu, 27 Oct 2011 04:27:20 +0000 (15:27 +1100)
commite9ef57a816de7bd2eada5a5eecb53ea7f2c9dba1
tree9a9679eab55986d1a095078057e14d354f39849f
parent65c83a8023e08f4233c562db62f61dc28ed19715
GCC compile fix: remove calculation of unused variable 'reservation'

gcc 4.6.1 doesn't like calculating a variable that then isn't
used. Remove it.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c