From: Darik Horn Date: Fri, 16 Dec 2011 21:15:12 +0000 (-0600) Subject: Linux 3.2 compat: set_nlink() X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=28eb9213d89cb25438fcecb86e735cc3edc26ea4;hp=28eb9213d89cb25438fcecb86e735cc3edc26ea4;p=zfs.git Linux 3.2 compat: set_nlink() Directly changing inode->i_nlink is deprecated in Linux 3.2 by commit SHA: bfe8684869601dacfcb2cd69ef8cfd9045f62170 Use the new set_nlink() kernel function instead. Signed-off-by: Brian Behlendorf Closes: #462 ---