login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
25
Re: [PATCH] MIPS: MT: Fix build error iFPU affinity code
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: James Morris
Subject:
Re: [PATCH] MIPS: MT: Fix build error iFPU affinity code
Date: Monday, October 25, 2010 - 3:15 am
On Sun, 24 Oct 2010, Ralf Baechle wrote:
quoted text
> > commit b0ae19811375031ae3b3fecc65b702a9c6e5cc28 > > Author: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> > > Date: Fri Oct 15 04:21:18 2010 +0900 > > > > security: remove unused parameter from security_task_setscheduler() > > broke the build of arch/mips/kernel/mips-mt-fpaff.c. The function > arguments were unnecessary, not the semicolon ... > > Signed-off-by: Ralf Baechle <ralf@linux-mips.org> > > arch/mips/kernel/mips-mt-fpaff.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)
Acked-by: James Morris <jmorris@namei.org>
quoted text
> > diff --git a/arch/mips/kernel/mips-mt-fpaff.c b/arch/mips/kernel/mips-mt-fpaff.c > index 9a526ba..802e616 100644 > --- a/arch/mips/kernel/mips-mt-fpaff.c > +++ b/arch/mips/kernel/mips-mt-fpaff.c > @@ -103,7 +103,7 @@ asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid, unsigned int len, > if (!check_same_owner(p) && !capable(CAP_SYS_NICE)) > goto out_unlock; > > - retval = security_task_setscheduler(p) > + retval = security_task_setscheduler(p); > if (retval) > goto out_unlock; > >
-- James Morris <jmorris@namei.org> --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH] MIPS: MT: Fix build error iFPU affinity code
, Ralf Baechle
, (Sun Oct 24, 2:23 pm)
Re: [PATCH] MIPS: MT: Fix build error iFPU affinity code
, KOSAKI Motohiro
, (Sun Oct 24, 5:40 pm)
Re: [PATCH] MIPS: MT: Fix build error iFPU affinity code
, James Morris
, (Mon Oct 25, 3:15 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jesse Barnes
Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference
Greg KH
[003/136] p54usb: add Zcomax XG-705A usbid
Magnus Damm
[PATCH 03/07] ARM: Use shared GIC entry macros on Realview
Oliver Neukum
Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Martin Schwidefsky
Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y
git
:
Junio C Hamano
Re: Some advanced index playing
Jeff King
Re: confusion over the new branch and merge config
Robin Rosenberg
Re: cvs2svn conversion directly to git ready for experimentation
Linus Torvalds
git binary size...
Ævar Arnfjörð Bjarmason
Re: Challenge with Git-Bash
git-commits-head
:
Linux Kernel Mailing List
md: move allocation of ->queue from mddev_find to md_probe
Linux Kernel Mailing List
md: raid0: Represent zone->zone_offset in sectors.