From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 0/25] Sysfs cleanups & tagged directory support Date: Wed, 08 Aug 2007 23:55:29 +0900 Message-ID: <46B9D961.4000902@gmail.com> References: <11860582832964-git-send-email-htejun@gmail.com> <20070808093815.0935a18e@gondolin.boeblingen.de.ibm.com> <20070808095432.4a520735@gondolin.boeblingen.de.ibm.com> <20070808103759.0850383c@gondolin.boeblingen.de.ibm.com> <20070808161631.1ccf27fd@gondolin.boeblingen.de.ibm.com> <46B9D4B8.4050201@gmail.com> <20070808165027.29af40b5@gondolin.boeblingen.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070808165027.29af40b5@gondolin.boeblingen.de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: Cornelia Huck Cc: "Eric W. Biederman" , Greg KH , linux-kernel@vger.kernel.org, satyam@infradead.org, stern@rowland.harvard.edu, Linux Containers , gregkh@suse.de List-Id: containers.vger.kernel.org Cornelia Huck wrote: > On Wed, 08 Aug 2007 23:35:36 +0900, > Tejun Heo wrote: > >> Does the attached patch happen to fix the problem? > > Indeed it does; thanks! Yeah, you seem to have 32bit off_t. UINT_MAX overflows, so... -- tejun