HomeFreeBSD

Linux 3.6 compat, iops->create()

Description

Linux 3.6 compat, iops->create()

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 <yshuiv7@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #873

Details

Provenance
Yuxuan Shui <yshuiv7@gmail.com>Authored on Oct 12 2012, 3:20 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Oct 14 2012, 9:42 PM
Parents
rG8f195a908ffa: Linux 3.6 compat, iops->lookup()
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG558ef6d08054: Linux 3.6 compat, iops->create() (authored by Yuxuan Shui <yshuiv7@gmail.com>).Oct 14 2012, 9:42 PM