cleanup block driver option handling in vl.c
commit763b6084baaf7d4e8b93f8b74f23a37b2fdb4eb4
authorChristoph Hellwig <hch@lst.de>
Tue, 6 Apr 2010 17:12:04 +0000 (6 19:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Apr 2010 14:08:46 +0000 (23 16:08 +0200)
tree0b027135cb385850602eb90e25154599002d0c9a
parentc46e116723803012853690f7938d7f66b92489db
cleanup block driver option handling in vl.c

Assign directly to the bdrv_flags variable instead of using
magic numbers before translating to the BDRV_O_* options.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
vl.c