diff options
Diffstat (limited to 'module/zfs')
-rw-r--r-- | module/zfs/zpl_super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/zfs/zpl_super.c b/module/zfs/zpl_super.c index 6524a65ef..d3037f498 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, |