Use sb->s_d_op default dentry operations
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 18 Jan 2013 22:11:40 +0000 (14:11 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 18 Jan 2013 23:04:23 +0000 (15:04 -0800)
As of Linux 2.6.37 the right way to register custom dentry
operations is to use the super block's ->s_d_op field.
For older kernels they should be registered as part of the
lookup operation.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1223


No differences found