diff options
author | Matthew Ahrens <[email protected]> | 2016-01-01 14:15:31 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-01-11 11:58:26 -0800 |
commit | 1715493f38b0732b4bb23077d680e3a325a9096e (patch) | |
tree | 6afff7597b2f2adcb901e75cd3c493cc2b87c143 /include | |
parent | 9867e8be2a7182ce9b5eb28ed1d142e2ee60d69d (diff) |
Illumos 4929 - want prevsnap property
4929 want prevsnap property
Reviewed by: Adam Leventhal <[email protected]>
Reviewed by: Matt Amdur <[email protected]>
Reviewed by: Saso Kiselkov <[email protected]>
Reviewed by: Boris Protopopov <[email protected]>
Reviewed by: Richard Lowe <[email protected]>
Approved by: Dan McDonald <[email protected]>
References:
https://www.illumos.org/issues/4929
https://github.com/illumos/illumos-gate/commit/b461c74
Porting notes:
- [include/sys/fs/zfs.h]
- f67d70 Create an 'overlay' property
- 11b9ec Add full SELinux support
- [fs/zfs/dsl_dataset.c]
- This increases the stack size of dsl_dataset_stats() but
nothing has been changed until this is shown to be an issue.
Ported-by: kernelOfTruth [email protected]
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/fs/zfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index 4da144c72..536fab785 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -155,6 +155,7 @@ typedef enum { ZFS_PROP_RELATIME, ZFS_PROP_REDUNDANT_METADATA, ZFS_PROP_OVERLAY, + ZFS_PROP_PREV_SNAP, ZFS_NUM_PROPS } zfs_prop_t; |