[PATCH] VXFS quotas

Andrew Morgan morgan at orst.edu
Fri Jul 26 10:02:01 GMT 2002


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