Changeset 751 for trunk/server/source3/lib/sysquotas.c
- Timestamp:
- Nov 29, 2012, 1:59:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/sysquotas.c
r745 r751 177 177 #ifdef HAVE_XFS_QUOTAS 178 178 {"xfs", sys_get_xfs_quota, sys_set_xfs_quota}, 179 {"gfs", sys_get_xfs_quota, sys_set_xfs_quota}, 180 {"gfs2", sys_get_xfs_quota, sys_set_xfs_quota}, 179 181 #endif /* HAVE_XFS_QUOTAS */ 180 182 #ifdef HAVE_NFS_QUOTAS 181 183 {"nfs", sys_get_nfs_quota, sys_set_nfs_quota}, 184 {"nfs4", sys_get_nfs_quota, sys_set_nfs_quota}, 182 185 #endif /* HAVE_NFS_QUOTAS */ 183 186 {NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.