From: "J. Bruce Fields" <bfields@fieldses.org>
To: "Simon Holm Thøgersen" <odie@cs.aau.dk>
Cc: Tom Tucker <tom@opengridcomputing.com>,
linux-nfs@vger.kernel.org, nfsv4@linux-nfs.org,
linux-kernel@vger.kernel.org, Neil Brown <neilb@suse.de>
Subject: Re: nfs server patches for 2.6.25
Date: Sun, 27 Jan 2008 22:15:02 -0500 [thread overview]
Message-ID: <20080128031502.GB22503@fieldses.org> (raw)
In-Reply-To: <20080127221017.GC597@fieldses.org>
On Sun, Jan 27, 2008 at 05:10:17PM -0500, bfields wrote:
> OK. I've got a machine running
>
> for c in $(git rev-list origin..linux-nfs/nfs-server-stable^); do
> git checkout $c
> make -s -j4
> done
>
> now just to make sure.... Thanks again!
Pfft, that should have been:
for c in $(git rev-list --reverse origin..linux-nfs/nfs-server-stable^); do
git checkout $c
make -s -j4
done
The results are a lot easier to understand if you do the compiles
in chronological order!
Anyway, that found one more compile failure, now fixed. Hopefully
that's the last. (Probably I did an incomplete job of reordering one of
the patches the other week....)
--b.
prev parent reply other threads:[~2008-01-28 3:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-25 23:15 nfs server patches for 2.6.25 J. Bruce Fields
2008-01-26 0:15 ` nfs server patches not in 2.6.25 J. Bruce Fields
2008-01-27 20:42 ` nfs server patches for 2.6.25 Simon Holm Thøgersen
2008-01-27 22:10 ` J. Bruce Fields
2008-01-28 3:15 ` J. Bruce Fields [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080128031502.GB22503@fieldses.org \
--to=bfields@fieldses.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=neilb@suse.de \
--cc=nfsv4@linux-nfs.org \
--cc=odie@cs.aau.dk \
--cc=tom@opengridcomputing.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox