]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Linux 3.6 compat, sops->write_super() removed
authorYuxuan Shui <yshuiv7@gmail.com>
Sun, 14 Oct 2012 01:44:15 +0000 (18:44 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 14 Oct 2012 18:33:56 +0000 (11:33 -0700)
commitaf26c4d4ab545767456d8c21ed48e9e01ce6a3e7
tree925944f2877cd5de6aa9313b4de7054b8f3d252c
parenta5c20e2a0a9046c06d86615fbf51dc04f12bba14
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
module/zfs/zpl_super.c