diff options
| author | marks <none@none> | 2007-06-26 07:44:24 -0700 |
|---|---|---|
| committer | marks <none@none> | 2007-06-26 07:44:24 -0700 |
| commit | ecd6cf800b63704be73fb264c3f5b6e0dafc068d (patch) | |
| tree | ec83d040bc56ee0a46e9533a645e832e58d8ba86 /usr/src/cmd/ztest/ztest.c | |
| parent | 8ac1b93fdff76ea81638299d410b2d474240ee2b (diff) | |
| download | illumos-joyent-ecd6cf800b63704be73fb264c3f5b6e0dafc068d.tar.gz | |
PSARC/2006/465 ZFS Delegated Administration
PSARC/2006/577 zpool property to disable delegation
PSARC/2006/625 Enhancements to zpool history
PSARC/2007/228 ZFS delegation amendments
PSARC/2007/295 ZFS Delegated Administration Addendum
6280676 restore "owner" property
6349470 investigate non-root restore/backup
6572465 'zpool set bootfs=...' records history as 'zfs set bootfs=...'
Diffstat (limited to 'usr/src/cmd/ztest/ztest.c')
| -rw-r--r-- | usr/src/cmd/ztest/ztest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ztest/ztest.c b/usr/src/cmd/ztest/ztest.c index 04f97821f9..289108f605 100644 --- a/usr/src/cmd/ztest/ztest.c +++ b/usr/src/cmd/ztest/ztest.c @@ -1089,7 +1089,7 @@ ztest_vdev_LUN_growth(ztest_args_t *za) /* ARGSUSED */ static void -ztest_create_cb(objset_t *os, void *arg, dmu_tx_t *tx) +ztest_create_cb(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx) { /* * Create the directory object. |
