X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzpl_super.c;fp=module%2Fzfs%2Fzpl_super.c;h=d3037f498f55318ed00453941488c0636967f41f;hb=7a1cdc0775aa4405501e64ebf0bfd998e723f2d7;hp=6524a65ef9b056e298d56b931e4fe398ed89a70d;hpb=81e97e21872a9c38ad66c37fafe1436ee25abee3;p=zfs.git diff --git a/module/zfs/zpl_super.c b/module/zfs/zpl_super.c index 6524a65..d3037f4 100644 --- a/module/zfs/zpl_super.c +++ b/module/zfs/zpl_super.c @@ -204,8 +204,6 @@ const struct super_operations zpl_super_operations = { .put_super = zpl_put_super, .write_super = NULL, .sync_fs = zpl_sync_fs, - .freeze_fs = NULL, - .unfreeze_fs = NULL, .statfs = zpl_statfs, .remount_fs = zpl_remount_fs, .show_options = zpl_show_options,