From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Tso Subject: Re: 64-bit rlimits Date: Mon, 28 Jul 2008 16:25:26 -0400 Message-ID: <20080728202526.GO9378@mit.edu> References: <85e5430e0807280821k1ec1f990te815c8eb4de19b61@mail.gmail.com> <20080728153029.GA14188@martell.zuzino.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Narendra Prasad Madanapalli , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Alexey Dobriyan Return-path: Received: from www.church-of-our-saviour.org ([69.25.196.31]:43240 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752024AbYG1UZy (ORCPT ); Mon, 28 Jul 2008 16:25:54 -0400 Content-Disposition: inline In-Reply-To: <20080728153029.GA14188@martell.zuzino.mipt.ru> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jul 28, 2008 at 07:30:29PM +0400, Alexey Dobriyan wrote: > Having in-kernel 32-bit AND 64-bit rlimits is plain wrong, sorry. For backwards compatibility reasons, if we want to support 64-bit rlimits on an 32-bit x86 architectures, it is inevitable. It is the only correct way to do things. - Ted