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

This commit is contained in:
Brian Behlendorf 2009-05-22 16:36:24 -07:00
commit bbd93a7dd2
1 changed files with 2 additions and 2 deletions

View File

@ -1495,7 +1495,7 @@ zfs_do_upgrade(int argc, char **argv)
boolean_t showversions = B_FALSE;
int ret;
upgrade_cbdata_t cb = { 0 };
char c;
signed char c;
int flags = ZFS_ITER_ARGS_CAN_BE_PATHS;
/* check options */
@ -2251,7 +2251,7 @@ zfs_do_snapshot(int argc, char **argv)
{
boolean_t recursive = B_FALSE;
int ret;
char c;
signed char c;
nvlist_t *props;
if (nvlist_alloc(&props, NV_UNIQUE_NAME, 0) != 0) {