Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/sysquotas.c

    r740 r746  
    177177#ifdef HAVE_XFS_QUOTAS
    178178        {"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},
    179181#endif /* HAVE_XFS_QUOTAS */
    180182#ifdef HAVE_NFS_QUOTAS
    181183        {"nfs", sys_get_nfs_quota,      sys_set_nfs_quota},
     184        {"nfs4", sys_get_nfs_quota,     sys_set_nfs_quota},
    182185#endif /* HAVE_NFS_QUOTAS */
    183186        {NULL,  NULL,                   NULL}
Note: See TracChangeset for help on using the changeset viewer.