summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorMateusz Guzik <[email protected]>2020-11-10 21:42:47 +0100
committerGitHub <[email protected]>2020-11-10 12:42:47 -0800
commit1a0b4f566c4e2948e8df0ce43880ebf6123bad8c (patch)
tree31b9daa10ce83daa1b11d5e682503005a78cc4ea /include/sys
parent0f66201dbcead2d1ff8ab075587ee2811c19822b (diff)
G/C struct znode -> z_moved
The field is yet another leftover from unsupported zfs_znode_move. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Mateusz Guzik <[email protected]> Closes #11186
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/zfs_znode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/zfs_znode.h b/include/sys/zfs_znode.h
index 4138f6eba..1ae1520e0 100644
--- a/include/sys/zfs_znode.h
+++ b/include/sys/zfs_znode.h
@@ -187,7 +187,6 @@ typedef struct znode {
boolean_t z_unlinked; /* file has been unlinked */
boolean_t z_atime_dirty; /* atime needs to be synced */
boolean_t z_zn_prefetch; /* Prefetch znodes? */
- boolean_t z_moved; /* Has this znode been moved? */
boolean_t z_is_sa; /* are we native sa? */
boolean_t z_is_mapped; /* are we mmap'ed */
boolean_t z_is_ctldir; /* are we .zfs entry */