Directly zero an inodes link count
void clear_nlink(struct inode * inode);
inode
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.