1. NAME

inc_nlink - directly increment an inodeAqs link count

2. SYNOPSIS

void inc_nlink(struct inode *  inode );

3. ARGUMENTS

inode
    inode

4. DESCRIPTION

This is a low-level filesystem helper to replace any direct filesystem manipulation of i_nlink. Currently, it is only here for parity with dec_nlink.

5. COPYRIGHT