Re: [git pull] vfs misc bits

From: Sedat Dilek
Date: Mon Jan 17 2011 - 09:34:02 EST


On Mon, Jan 17, 2011 at 2:37 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
> Â Â Â ÂAssorted bits and pieces. ÂThere will be one more pile, but this one
> is just sweeping the misc stuff. ÂPlease, pull from
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus
>
> Shortlog:
[...]
> Steven Rostedt (2):
> Â Â Âfs: Remove unlikely() from fput_light()
> Â Â Âfs: Remove unlikely() from fget_light()
>

[ CCing Steven Rostedt, Ingo Molnar (linux-2.6-tip) and Stephen
Rothwell (linux-next) ]

Al-elulja!

finally, more and more of Stevens unlikely/* patches went into several
trees (I have them all since 15-Dec-2010 in my patch-series, see my
script below).

After pulling Al's vfs-2.6.git#for-linus branch into todays linux-next
(next-20110117), it looks like it is only missing Stevens
unlikely/core branch [1].
I guees this will be touched by Ingo's magic hands soon.

Make these "unlikely" things "likely" :-)

- Sedat -

[1] http://git.kernel.org/?p=linux/kernel/git/rostedt/linux-2.6-trace.git;a=shortlog;h=refs/heads/unlikely/core

P.S.:

$ cat scripts/git-pull_srostedt-unlikely-branches.sh
#!/bin/sh

# DATE: 15-Dec-2010

branches="unlikely/core unlikely/workqueue unlikely/fs unlikely/x86
unlikely/mm unlikely/sched"

VCS_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git"

cd linux-next

for i in $branches ; do git pull $VCS_GIT $i ; done

$ cd /mnt/sdb5/linux-kernel/

$ ./scripts/git-pull_srostedt-unlikely-branches.sh
remote: Counting objects: 67, done.
remote: Compressing objects: 100% (48/48), done.
remote: Total 49 (delta 39), reused 1 (delta 1)
Unpacking objects: 100% (49/49), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/core -> FETCH_HEAD
warning: too many files (created: 1138 deleted: 595), skipping inexact
rename detection
Auto-merging arch/x86/kernel/process_64.c
Auto-merging kernel/sched.c
Auto-merging kernel/sched_rt.c
Merge made by recursive.
arch/x86/kernel/process_64.c | 6 +++---
kernel/sched.c | 4 ++--
kernel/sched_rt.c | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/workqueue -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 7), reused 0 (delta 0)
Unpacking objects: 100% (9/9), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/fs -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 5), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/x86 -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 21, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 14 (delta 12), reused 1 (delta 1)
Unpacking objects: 100% (14/14), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/mm -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 16 (delta 12), reused 0 (delta 0)
Unpacking objects: 100% (16/16), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace
* branch unlikely/sched -> FETCH_HEAD
warning: too many files (created: 1130 deleted: 579), skipping inexact
rename detection
Merge made by recursive.

- EOT -
--
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/