tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: panic: ffs_snapshot_mount: already on list



Emmanuel Dreyfus wrote:

>         mutex_exit(&si->si_lock);
> +#endif /* FFS_NO_SNAPSHOT */
> +       return;
>  }

Minor style nit - remove the superfluous return at the end of the
function?

Cheers,
Simon.


Home | Main Index | Thread Index | Old Index