commit | b41a7338cfdeeb913ee4846d79a3f7e221350aed | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Sep 09 16:49:49 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 11 16:50:01 2013 +0200 |
tree | 8bbd4f71852899c2cffc9f0fd2a1f5b20a78c611 | |
parent | 593d464bd43900c2a0c8800b76212f6a93e99a0d [diff] |
blockdev: Moving parsing of geometry options to drive_init This moves all of the geometry options (cyls/heads/secs/trans) to drive_init so that they can only be accessed using legacy functions, but never with anything blockdev-add related. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>