From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sedat Dilek Subject: Re: [git pull] vfs misc bits Date: Mon, 17 Jan 2011 15:32:41 +0100 Message-ID: References: <20110117133741.GI22723@ZenIV.linux.org.uk> Reply-To: sedat.dilek@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Ingo Molnar , Steven Rostedt , Stephen Rothwell To: Al Viro Return-path: In-Reply-To: <20110117133741.GI22723@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jan 17, 2011 at 2:37 PM, Al Viro wrot= e: > =C2=A0 =C2=A0 =C2=A0 =C2=A0Assorted bits and pieces. =C2=A0There will= be one more pile, but this one > is just sweeping the misc stuff. =C2=A0Please, pull from > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-l= inus > > Shortlog: [...] > Steven Rostedt (2): > =C2=A0 =C2=A0 =C2=A0fs: Remove unlikely() from fput_light() > =C2=A0 =C2=A0 =C2=A0fs: 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=3Dlinux/kernel/git/rostedt/linux-2.6-trace= =2Egit;a=3Dshortlog;h=3Drefs/heads/unlikely/core P.S.: $ cat scripts/git-pull_srostedt-unlikely-branches.sh #!/bin/sh # DATE: 15-Dec-2010 branches=3D"unlikely/core unlikely/workqueue unlikely/fs unlikely/x86 unlikely/mm unlikely/sched" VCS_GIT=3D"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. =46rom 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. =46rom 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. =46rom 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. =46rom 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. =46rom 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. =46rom 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 -