From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 14 May 2004 16:16:58 +0400 From: Sergey Vlasov To: ALT Linux kernel packages development Subject: Re: [d-kernel] Q: quota_v1 Message-ID: <20040514121658.GC4007@master.mivlgu.local> Mail-Followup-To: ALT Linux kernel packages development References: <20040514120303.GA8134@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline In-Reply-To: <20040514120303.GA8134@basalt.office.altlinux.org> X-BeenThere: devel-kernel@altlinux.ru X-Mailman-Version: 2.1.4 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 12:16:59 -0000 Archived-At: List-Archive: List-Post: --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, May 14, 2004 at 04:03:03PM +0400, Dmitry V. Levin wrote: > Куда делся модуль quota_v1? С некоторого момента он перестал быть модулем: obj-$(CONFIG_QUOTA) += dquot.o quota_v1.o obj-$(CONFIG_QFMT_V2) += quota_v2.o http://linux.bkbits.net:8080/linux-2.4/cset@3f09d18bbg4m0rKg81FpRa-vhj-TSQ [PATCH] new quota code Okay, here's the quota patch. Basically all changes are from Jan Kara and I backport them from 2.5. The 32bit quota code has been shipped by the commercial vendors ever since they used Linux 2.4 and this particular codebase with backwards compatiblity support is around in the 2.5, the XFS tree, -ac and -aa for a long time. The only change over that version is that support for the old 16bit quota format and the old quotactl ABI is enabled unconditionally, i.e. there's no way to render your system unusable by wrong make config choices [1]. [1] This also mean completely dropping support for the interim ABI used in the early 32bit quota patches as it's mutally incompatible to the old ABI. But we never ever shipped that in any mainline kernels so there's no problem. --uXxzq0nDebZQVNAZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFApLi6W82GfkQfsqIRApj6AKCH3mzDDpszTbA4ejYJG6Y75MLfPQCgkJ7A VJVREOLOCR3MJ4cE1lmWxTU= =4Tw4 -----END PGP SIGNATURE----- --uXxzq0nDebZQVNAZ--