commit | 1bd4b280394cdd14f82efc00808c6d77b097285a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Fri Aug 24 22:05:44 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Aug 26 18:49:07 2007 -0700 |
tree | 5ccc519321d2f4fa5499c41a66f8af13a7978281 | |
parent | 50c46637aa894f904e2fb39086a3d7732f68bd50 [diff] |
[SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK. While debugging issues with the VDS server I made the driver use partition 2 to get at the whole disk since this is the "whole disk" partition in the Sun disk label. We really should use slice 0xff which really means the whole physical disk in the VIO disk protocol. Otherwise things won't work well on a disk image that doesn't have a proper disk label on it. Signed-off-by: David S. Miller <davem@davemloft.net>