Ignore:
Timestamp:
Nov 12, 2012, 7:37:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/sysquotas.c

    r414 r739  
    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        {NULL,  NULL,                   NULL}
Note: See TracChangeset for help on using the changeset viewer.