Write an inode to disk
int sync_inode_metadata(struct inode * inode, int wait);
inode
the inode to sync
wait
wait for I/O to complete.
Write an inode to disk and adjust its dirty state after completion.
only writes the actual inode, no associated data or other metadata.