trivial:Fix some comments.
On 04/25/2010 10:47 PM, Justin P. Mattock wrote: Fix some comments. Signed-off-by: Justin P. Mattock<justinmattock(a)gmail.com> --- drivers/gpu/drm/nouveau/nv50_display.c | 2 +- drivers/s390/block/dasd_eckd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git... 3 May 2010 09:49
SCSI: Support HW reset for EH and polling scheme for scsi device(This is correct revision, please ignore last one)
Hi James, It seems you set CONFIG_SCSI_ARCMSR_AER. Could you undefine it? I will remove this section. -----Original Message----- From: James Bottomley [mailto:James.Bottomley(a)suse.de] Sent: Monday, May 03, 2010 9:00 PM To: nick.cheng(a)areca.com.tw Cc: linux-scsi(a)vger.kernel.org; linux-kernel(a)vger.kernel.org Su... 3 May 2010 09:49
nilfs2: fix sync silent failure
On Mon, May 03 2010, Ryusuke Konishi wrote: This is another fix for the silent sync failure related to sb->s_bdi. The commit 5129a469, which was merged to -rc6, let me know this problem. I'm sorry that I was late to realize this. Nilfs uses an own get_sb callback, and needed to set s_bdi for itself... 24 May 2010 19:03
2.6.32.12: find(1) on xfs causes OOM
On Mon, May 03, 2010 at 01:54:38PM +0200, Peter Palfrader wrote: Hi, I have an xfs filesystem in a KVM domain with 512megs of memory and 2 gigs of swap. The filesystem is 750g in size, of which some 500g are in use in about 6 million files. (This XFS filesystem is exported via nfs4. I haven't t... 3 May 2010 09:49
[PATCH] nilfs2: fix sync silent failure
This is another fix for the silent sync failure related to sb->s_bdi. The commit 5129a469, which was merged to -rc6, let me know this problem. I'm sorry that I was late to realize this. Nilfs uses an own get_sb callback, and needed to set s_bdi for itself. I confirmed this patch made ->sync_fs() called as inte... 3 May 2010 08:44
[PATCH v2.1 1/4] netfilter: xt_ipvs (netfilter matcher for IPVS)
Thank you for picking this series of patches up again and thanks for the feedback. I'll send an updated version in the next days. Cheers, -Hannes On Sat, May 1, 2010 at 18:18, Patrick McHardy <kaber(a)trash.net> wrote: Simon Horman wrote: @@ -0,0 +1,25 @@ +#ifndef _XT_IPVS_H +#define _XT_IPVS_... 3 May 2010 08:44
[PATCH] Staging: comedi: Adjusted some long line lengths in drivers.c
This patch fixes some long line lengths in drivers.c that checkpatch.pl was complaining about Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/drivers.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/... 3 May 2010 06:35
[BUG] Linux-2.6.33.3-rt19 Compile Error With PohmelFS
This is an openSUSE 11.3 Milestone 6 with GCC-4.5. When I tried to compile, I got the following error message related to inode.c. Tarkan CC drivers/staging/staging.o LD drivers/staging/built-in.o LD drivers/staging/pohmelfs/built-in.o CC [M] drivers/staging/pohmelfs/inode.o driver... 3 May 2010 06:35
[tip:irq/core] genirq: Add CPU mask affinity hint
Commit-ID: e7a297b0d7d6049bd4e423ac1e17da31e4c401b8 Gitweb: http://git.kernel.org/tip/e7a297b0d7d6049bd4e423ac1e17da31e4c401b8 Author: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr(a)intel.com> AuthorDate: Fri, 30 Apr 2010 14:44:50 -0700 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Mon, 3 May... 3 May 2010 06:35
virtio-net: pass gfp to add_buf
On Thu, 29 Apr 2010 11:56:42 pm Michael S. Tsirkin wrote: virtio-net bounces buffer allocations off to a thread if it can't allocate buffers from the atomic pool. However, if posting buffers still requires atomic buffers, this is unlikely to succeed. Fix by passing in the proper gfp_t parameter. Thank... 3 May 2010 06:35