On Tue, Oct 25, 2011 at 10:02 AM, Steve French <[email protected]> wrote: > Had a typo in my earlier proposed patch > > diff --git a/include/linux/freezer.h b/include/linux/freezer.h > index a155561..5989883 100644 > --- a/include/linux/freezer.h > +++ b/include/linux/freezer.h > @@ -203,6 +203,9 @@ static inline void set_freezable_with_signal(void) {} > #define wait_event_freezable_timeout(wq, condition, timeout) \ > wait_event_interruptible_timeout(wq, condition, timeout) > > +#define wait_event_freezekillable(wq, condition) \ > + wait_event_killable(wq, condition) > + > #endif /* !CONFIG_FREEZER */ > > #endif /* FREEZER_H_INCLUDED */ > > -- > Thanks, > > Steve >
Looks correct. Acked-by: Shirish Pargaonkar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
