Re: [PATCH] Avoid moving tasks when a schedule can be made.

From: Steven Rostedt
Date: Wed Feb 01 2006 - 11:10:31 EST


On Wed, 2006-02-01 at 14:26 +0100, Ingo Molnar wrote:
> * Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> > On Wed, 2006-02-01 at 14:08 +0100, Ingo Molnar wrote:
> > > * Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> > >
> > > [pls. use -p when generating patches]
> > >
> >
> > OK, how do you make quilt do that?
>
> hm, i'm using 0.42, and this command:
>
> #!/bin/bash
>
> quilt refresh --diffstat --sort --no-timestamps -p 1 $@
>
> does the -p thing automatically. (the -p option to quilt is for the
> patch-file-depth, not for the function-name thing.)

Found it. Do you have QUILT_DIFF_OPTS set as an environment variable?
If I do the following:

QUILT_DIFF_OPTS='-p' quilt refresh

It works.

I guess I'll add that to my .bash_profile.

Thanks,

-- Steve


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/