The branch, v3-6-test has been updated
       via  e059bcc sysquota: we need to list nfs4 as a separate fs name for 
the sys_get_nfs_quota backend
      from  9acfa61 s3:client use more access bits for snapshot display

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit e059bcc59498661f165b13fb84edcb80900815ce
Author: Björn Jacke <b...@sernet.de>
Date:   Thu Sep 6 07:58:00 2012 +0200

    sysquota: we need to list nfs4 as a separate fs name for the 
sys_get_nfs_quota backend
    
    at least the Linux kernel up to 3.5.0 lists NFSv4 aѕ nfs4 and not as nfs
    (cherry picked from commit a6df44b3ae1ca6395d05e1af804a779d785358db)
    
    Fix bug #9144 - nfs quota support not working with Linux nfs4 mounts.

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/sysquotas.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/sysquotas.c b/source3/lib/sysquotas.c
index 12c34ed..9fdf3a0 100644
--- a/source3/lib/sysquotas.c
+++ b/source3/lib/sysquotas.c
@@ -179,6 +179,7 @@ static struct {
 #endif /* HAVE_XFS_QUOTAS */
 #ifdef HAVE_NFS_QUOTAS
        {"nfs", sys_get_nfs_quota,      sys_set_nfs_quota},
+       {"nfs4", sys_get_nfs_quota,     sys_set_nfs_quota},
 #endif /* HAVE_NFS_QUOTAS */
        {NULL,  NULL,                   NULL}
 };


-- 
Samba Shared Repository

Reply via email to