void __mark_inode_dirty (struct inode * inode, int flags);
void __mark_inode_dirty
inode to mark
what kind of dirty (i.e. I_DIRTY_SYNC) Mark an inode as dirty. Callers should use mark_inode_dirty or mark_inode_dirty_sync.