[PATCH] VXFS quotas (fwd)

Andrew Morgan morgan at orst.edu
Mon Aug 5 11:38:02 GMT 2002


I'm sending this again because I have not received a response yet.  Can
this patch be applied to the 2.2 tree?

Thanks,
	Andy

---------- Forwarded message ----------
Date: Fri, 26 Jul 2002 10:00:08 -0700 (PDT)
From: Andrew Morgan <morgan at orst.edu>
To: samba-technical at lists.samba.org
Subject: [PATCH] VXFS quotas


This patch restores Veritas File System (VXFS) quotas to the samba 2.2.x
tree.  I posted this patch here about a month ago, but I never heard
anything back and I didn't see the fix in Samba 2.2.5 when it came out.

	Andy
-------------- next part --------------
--- samba-2.2.5/source/include/includes.h.orig	Fri Jul 26 09:55:54 2002
+++ samba-2.2.5/source/include/includes.h	Fri Jul 26 09:56:35 2002
@@ -752,6 +752,14 @@
 #define SYSV 1
 #endif
 
+/*
+ * Veritas File System.  Often in addition to native.
+ * Quotas different.
+ */
+#if defined(HAVE_SYS_FS_VX_QUOTA_H)
+#define VXFS_QUOTA
+#endif  
+
 #ifndef DEFAULT_PRINTING
 #ifdef HAVE_CUPS
 #define DEFAULT_PRINTING PRINT_CUPS


More information about the samba-technical mailing list