LWN.net Logo

[PATCH] 2.4.22-pre4-bk update Documentation/Changes, scripts/ver_linux for quota-tools.

From:  Steven Cole <elenstev@mesatop.com>
To:  Marcelo Tosatti <marcelo@conectiva.com.br>
Subject:  [PATCH] 2.4.22-pre4-bk update Documentation/Changes, scripts/ver_linux for quota-tools.
Date:  10 Jul 2003 12:02:45 -0600
Cc:  Christoph Hellwig <hch@infradead.org>, linux-kernel@vger.kernel.org

The recent discussion regarding versions of quota support in 2.4 and 2.5
brought to my attention that quota-tools is not mentioned in 
Documentation/Changes or checked in scripts/ver_linux.

Here is a patch for 2.4. A similar patch for 2.5 is on the way.

Steven

diff -ur 2.4-bk-current/Documentation/Changes 2.4-linux/Documentation/Changes
--- 2.4-bk-current/Documentation/Changes	Thu Jul 10 10:42:48 2003
+++ 2.4-linux/Documentation/Changes	Thu Jul 10 11:26:23 2003
@@ -57,6 +57,7 @@
 o  jfsutils               1.0.12                  # fsck.jfs -V
 o  reiserfsprogs          3.6.3                   # reiserfsck -V 2>&1|grep reiserfsprogs
 o  pcmcia-cs              3.1.21                  # cardmgr -V
+o  quota-tools            3.09                    # quota -V
 o  PPP                    2.4.0                   # pppd --version
 o  isdn4k-utils           3.1pre1                 # isdnctrl 2>&1|grep version
 			  
@@ -197,6 +198,14 @@
 kernel source.  Pay attention when you recompile your kernel ;-).
 Also, be sure to upgrade to the latest pcmcia-cs release.
 
+Quota-tools
+-----------
+
+Support for 32 bit uid's and gid's is required if you want to use
+the newer version 2 quota format.  Quota-tools version 3.07 and
+newer has this support.  Use the recommended version or newer
+from the table above.
+
 Intel IA32 microcode
 --------------------
 
@@ -335,6 +344,10 @@
 ---------
 o  <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz>
 
+Quota-tools
+----------
+o  <http://sourceforge.net/projects/linuxquota/>
+
 Jade
 ----
 o  <ftp://ftp.jclark.com/pub/jade/jade-1.2.1.tar.gz>
diff -ur 2.4-bk-current/scripts/ver_linux 2.4-linux/scripts/ver_linux
--- 2.4-bk-current/scripts/ver_linux	Thu Jul 10 10:42:42 2003
+++ 2.4-linux/scripts/ver_linux	Thu Jul 10 10:54:42 2003
@@ -42,6 +42,9 @@
 cardmgr -V 2>&1| grep version | awk \
 'NR==1{print "pcmcia-cs             ", $3}'
 
+quota -V 2>&1 | grep version | awk \
+'NR==1{print "quota-tools           ", $NF}'
+
 pppd --version 2>&1| grep version | awk \
 'NR==1{print "PPP                   ", $3}'
 



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds