HomeFreeBSD

Linux 3.6 compat, sops->write_super() removed

Description

Linux 3.6 compat, sops->write_super() removed

The .write_super callback was removed the the super_operations
structure by Linux commit f0cd2dbb6cf387c11f87265462e370bb5469299e.
All file systems are now expected to self manage writing any dirty
state assoicated with their super block.

ZFS never made use of this callback so it can simply be removed
from the super_operations structure.

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 14 2012, 1:44 AM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Oct 14 2012, 6:33 PM
Parents
rGa5c20e2a0a90: Don't ashift-align vdev read requests.
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGaf26c4d4ab54: Linux 3.6 compat, sops->write_super() removed (authored by Yuxuan Shui <yshuiv7@gmail.com>).Oct 14 2012, 6:33 PM