Directly set an inodes link count
void set_nlink(struct inode * inode, unsigned int nlink);
inode
nlink
new nlink (should be non-zero)
This is a low-level filesystem helper to replace any direct filesystem manipulation of i_nlink.