1. NAME

inode_init_always - perform inode structure intialisation

2. SYNOPSIS

int inode_init_always(struct super_block *  sb , struct inode *  inode );

3. ARGUMENTS

sb
    superblock inode belongs to

inode
    inode to initialise

4. DESCRIPTION

These are initializations that need to be done on every inode allocation as the fields are not initialised by slab allocation.

5. COPYRIGHT