From: Yuxuan Shui Date: Sun, 14 Oct 2012 01:44:15 +0000 (-0700) Subject: Linux 3.6 compat, sops->write_super() removed X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=af26c4d4ab545767456d8c21ed48e9e01ce6a3e7;hp=af26c4d4ab545767456d8c21ed48e9e01ce6a3e7;p=zfs.git 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 Signed-off-by: Brian Behlendorf Issue #873 ---