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.
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.