1. NAME

inode_inc_iversion - increments i_version

2. SYNOPSIS

void inode_inc_iversion(struct inode *  inode );

3. ARGUMENTS

inode
    inode that need to be updated

4. DESCRIPTION

Every time the inode is modified, the i_version field will be incremented. The filesystem has to be mounted with i_version flag

5. COPYRIGHT