diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-08 03:00:53 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-08 03:00:53 +0000 |
commit | 459119c94529602d08de465b7ebfa4871d328081 (patch) | |
tree | 369a7eb643938d6d51ef6f2d0c46561e61dcc0ae /isys/pdc.c | |
parent | 390977d3ee0ebc010168ce04573f63ae15458718 (diff) | |
download | anaconda-459119c94529602d08de465b7ebfa4871d328081.tar.gz anaconda-459119c94529602d08de465b7ebfa4871d328081.tar.xz anaconda-459119c94529602d08de465b7ebfa4871d328081.zip |
massive merge from taroon branch. changes are all over the place, but a
summary of looking through the diff is
* clean up warnings, we build with -Wall -Werror here too
* product.img stuff
* max logical partitions enforcement
* 1 TB max fs size
* ethtool stuff
* autopart in kickstart
* driver disk fixes
* RHEL upgrade stuff
* network driver disks
* variant pkgorder/tree splitting
Diffstat (limited to 'isys/pdc.c')
-rw-r--r-- | isys/pdc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/isys/pdc.c b/isys/pdc.c index c0ef3e41e..6d5364040 100644 --- a/isys/pdc.c +++ b/isys/pdc.c @@ -121,7 +121,6 @@ static unsigned long long calc_pdcblock_offset (int fd) { static int read_disk_sb (int fd, unsigned char *buffer,int bufsize) { int ret = -1; - char bh[4096]; unsigned long long sb_offset; /* @@ -152,14 +151,8 @@ static unsigned int calc_sb_csum (unsigned int* ptr) return sum; } -static int check_disk_sb (void) -{ - return 0; -} - int pdc_dev_running_raid(int fd) { - int i; struct promise_raid_conf *prom; unsigned char block[4096]; |