1. NAME

clear_nlink - directly zero an inodeAqs link count

2. SYNOPSIS

void clear_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. See drop_nlink for why we care about i_nlink hitting zero.

5. COPYRIGHT