Kent Overstreet <[email protected]> writes: > Signed-off-by: Kent Overstreet <[email protected]> > Cc: Zach Brown <[email protected]> > Cc: Felipe Balbi <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Mark Fasheh <[email protected]> > Cc: Joel Becker <[email protected]> > Cc: Rusty Russell <[email protected]> > Cc: Jens Axboe <[email protected]> > Cc: Asai Thambi S P <[email protected]> > Cc: Selvan Mani <[email protected]> > Cc: Sam Bradshaw <[email protected]> > Cc: Jeff Moyer <[email protected]> > Cc: Al Viro <[email protected]> > Cc: Benjamin LaHaise <[email protected]> > Cc: Theodore Ts'o <[email protected]> > Signed-off-by: Andrew Morton <[email protected]> > --- > fs/aio.c | 57 ++++++++++++++++++++++++--------------------------------- > 1 file changed, 24 insertions(+), 33 deletions(-) > > diff --git a/fs/aio.c b/fs/aio.c > index b3b61d1..2637555 100644 > --- a/fs/aio.c > +++ b/fs/aio.c > @@ -8,6 +8,8 @@ > * > * See ../COPYING for licensing terms. > */ > +#define pr_fmt(fmt) "%s: " fmt, __func__ > +
Curious, this isn't used anywhere. Other than that: Acked-by: Jeff Moyer <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

