HomeFreeBSD

Fully update inode when created

Description

Fully update inode when created

When a new znode/inode pair is created both the znode and the inode
should be immediately updated to the correct values. This was done
for the znode and for most of the values in the inode, but not all
of them. This normally wasn't a problem because most subsequent
operations would cause the inode to be immediately updated. This
change ensures the inode is now fully updated before it is inserted
in to the inode hash.

Closes #116
Closes #146
Closes #164

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on May 2 2011, 9:04 PM
Parents
rGdf554c148ecf: Fix 'zfs set volsize=N pool/dataset'
Branches
Unknown
Tags
Unknown