From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161071AbXDLHpg (ORCPT ); Thu, 12 Apr 2007 03:45:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161105AbXDLHpg (ORCPT ); Thu, 12 Apr 2007 03:45:36 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:56463 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161071AbXDLHpf (ORCPT ); Thu, 12 Apr 2007 03:45:35 -0400 Date: Thu, 12 Apr 2007 00:39:18 -0700 From: Greg KH To: Tejun Heo Cc: gregkh@suse.de, maneesh@in.ibm.com, dmitry.torokhov@gmail.com, cornelia.huck@de.ibm.com, oneukum@suse.de, rpurdie@rpsys.net, James.Bottomley@SteelEye.com, stern@rowland.harvard.edu, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 12/14 UPDATED] sysfs: implement sysfs_dirent active reference and immediate disconnect Message-ID: <20070412073918.GA1680@kroah.com> References: <11760923261269-git-send-email-htejun@gmail.com> <11760923292724-git-send-email-htejun@gmail.com> <20070411041515.GA10619@htj.dyndns.org> <20070412071815.GD13047@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070412071815.GD13047@kroah.com> User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 12, 2007 at 12:18:15AM -0700, Greg KH wrote: > On Wed, Apr 11, 2007 at 01:15:15PM +0900, Tejun Heo wrote: > > [PATCH] sysfs: implement sysfs_dirent active reference and immediate disconnect > > For some reason, this doesn't apply on top of your patches: > > Applying patch sysfs-implement-sysfs_dirent-active-reference-and-immediate-disconnect.patch > patching file fs/sysfs/dir.c > patching file fs/sysfs/sysfs.h > patching file fs/sysfs/bin.c > patching file fs/sysfs/file.c > Hunk #1 succeeded at 96 (offset 8 lines). > Hunk #2 succeeded at 107 (offset 8 lines). > Hunk #3 succeeded at 240 (offset 8 lines). > Hunk #4 FAILED at 300. > Hunk #5 succeeded at 336 (offset 14 lines). > Hunk #6 succeeded at 368 (offset 14 lines). > Hunk #7 succeeded at 435 (offset 14 lines). > 1 out of 7 hunks FAILED -- rejects in file fs/sysfs/file.c > patching file fs/sysfs/inode.c > > So I'll only apply the first 11 for now. Can you respin the last 3 and > send them to me again? Oh nevermind, this was my fault, it was due to something else of mine that isn't in mainline, sorry for the noise... greg k-h