Changeset 746 for vendor/current/source3/lib/sysquotas.c
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/sysquotas.c
r740 r746 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.