void write_inode_now (struct inode * inode, int sync);
void write_inode_now
inode to write to disk
whether the write should be synchronous or not
This function commits an inode to disk immediately if it is dirty. This is primarily needed by knfsd.