diff options
author | Brian Behlendorf <[email protected]> | 2011-03-22 11:22:49 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-03-22 12:17:24 -0700 |
commit | 7a1cdc0775aa4405501e64ebf0bfd998e723f2d7 (patch) | |
tree | 5a5a126ada14e74e13648bf8f21aa1f8d9e05d0c /module/zfs | |
parent | 81e97e21872a9c38ad66c37fafe1436ee25abee3 (diff) |
Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs
The .freeze_fs/.unfreeze_fs hooks were not added until Linux 2.6.29
Since these hooks are currently unused they are being removed to
allow support of older kernels.
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, |