Linux 3.2 compat: set_nlink()
authorDarik Horn <dajhorn@vanadac.com>
Fri, 16 Dec 2011 21:15:12 +0000 (15:15 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 17 Dec 2011 04:02:52 +0000 (20:02 -0800)
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 <behlendorf1@llnl.gov>
Closes: #462


No differences found