]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zpl_super.c
Fix typos in module/zfs/
[mirror_zfs.git] / module / zfs / zpl_super.c
index 216c79401526c3eff541fd0a333e15670fb5a67b..810ab28988a7f217e3457ab964e6226595725d34 100644 (file)
@@ -297,7 +297,7 @@ zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm)
         * The dsl pool lock must be released prior to calling sget().
         * It is possible sget() may block on the lock in grab_super()
         * while deactivate_super() holds that same lock and waits for
-        * a txg sync.  If the dsl_pool lock is held over over sget()
+        * a txg sync.  If the dsl_pool lock is held over sget()
         * this can prevent the pool sync and cause a deadlock.
         */
        dsl_pool_rele(dmu_objset_pool(os), FTAG);