summaryrefslogtreecommitdiffstats
path: root/config/kernel-create-nameidata.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 3.6 compat, iops->create()Yuxuan Shui2012-10-141-0/+26
As of Linux commit ebfc3b49a7ac25920cb5be5445f602e51d2ea559 the struct nameidata is no longer passed to iops->create. Instead only the result of (inamedata->flags & LOOKUP_EXCL) is passed. ZFS like almost all Linux fileystems never made use of this so only the prototype needs to be wrapped for compatibility. Signed-off-by: Yuxuan Shui <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #873