Merge commit 'refs/top-bases/linux-zpios' into linux-zpios

This commit is contained in:
Brian Behlendorf 2010-06-16 12:14:37 -07:00
commit 87af8ae76b
2 changed files with 2 additions and 2 deletions

View File

@ -2883,7 +2883,7 @@ find_zpool(char **target, nvlist_t **configp, int dirc, char **dirv)
nvlist_t *match = NULL; nvlist_t *match = NULL;
char *name = NULL; char *name = NULL;
char *sepp = NULL; char *sepp = NULL;
char sep; char sep = 0;
int count = 0; int count = 0;
importargs_t args = { 0 }; importargs_t args = { 0 };

View File

@ -600,7 +600,7 @@ vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason)
char *buf; char *buf;
size_t buflen; size_t buflen;
int error; int error;
uint64_t spare_guid = 0, l2cache_guid; uint64_t spare_guid = 0, l2cache_guid = 0;
int flags = ZIO_FLAG_CONFIG_WRITER | ZIO_FLAG_CANFAIL; int flags = ZIO_FLAG_CONFIG_WRITER | ZIO_FLAG_CANFAIL;
int c, l; int c, l;
vdev_t *pvd; vdev_t *pvd;