]> git.pld-linux.org Git - packages/quota.git/commitdiff
- JFS support for quota-utils
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 19 Apr 2005 15:44:45 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quota-jfs.patch -> 1.1

quota-jfs.patch [new file with mode: 0644]

diff --git a/quota-jfs.patch b/quota-jfs.patch
new file mode 100644 (file)
index 0000000..60e0ff2
--- /dev/null
@@ -0,0 +1,22 @@
+diff -urp quota-tools-3.12/mntopt.h quota-tools/mntopt.h
+--- quota-tools-3.12/mntopt.h  2004-07-21 11:30:49.000000000 -0500
++++ quota-tools/mntopt.h       2004-07-21 11:32:34.443995816 -0500
+@@ -12,6 +12,7 @@
+ #define MNTTYPE_REISER                "reiserfs"      /* Reiser file system */
+ #define MNTTYPE_XFS           "xfs"   /* SGI XFS file system */
+ #define MNTTYPE_AUTOFS                "autofs"        /* Automount mountpoint */
++#define MNTTYPE_JFS           "jfs"   /* JFS file system */
+ /* mount options */
+ #define MNTOPT_NOQUOTA                "noquota"       /* don't enforce quota */
+diff -urp quota-tools-3.12/quotasys.c quota-tools/quotasys.c
+--- quota-tools-3.12/quotasys.c        2004-07-21 11:30:49.000000000 -0500
++++ quota-tools/quotasys.c     2004-07-21 11:34:19.866969088 -0500
+@@ -53,6 +53,7 @@ static int correct_fstype(char *type)
+                       *next = 0;
+               if (!strcmp(type, MNTTYPE_EXT2) ||
+                   !strcmp(type, MNTTYPE_EXT3) ||
++                  !strcmp(type, MNTTYPE_JFS) ||
+                   !strcmp(type, MNTTYPE_MINIX) ||
+                   !strcmp(type, MNTTYPE_UFS) ||
+                   !strcmp(type, MNTTYPE_UDF) ||
This page took 0.07007 seconds and 4 git commands to generate.