On Mon, Jan 24, 2005 at 02:15:16AM -0800, Andrew Morton wrote:
> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc1/2.6.11-rc1-mm1/
> 
> 
> - Lots of updates and fixes all over the place.
> 
> - On my test box there is no flashing cursor on the vga console.  Known bug,
>   please don't report it.
> 
>   Binary searching shows that the bug was introduced by
>   cleanup-vc-array-access.patch but that patch is, unfortunately, huge.
> 
> +nfsacl-infrastructure-and-server-side-of-nfsacl.patch
> 
>  ACLs for ther NFS client.
>

Patch below fix a typo.


--- linux-clean/fs/nfsd/nfs3proc.c      2005-01-24 12:44:44.000000000 +0100
+++ linux-test/fs/nfsd/nfs3proc.c       2005-01-24 18:22:18.000000000 +0100
@@ -813,7 +813,7 @@ struct svc_procedure                nfsd_acl_procedure
 struct svc_version     nfsd_acl_version3 = {
                .vs_vers        = 3,
                .vs_nproc       = 3,
-               .vs_proc        nfsd_acl_procedures3,
+               .vs_proc        = nfsd_acl_procedures3,
                .vs_dispatch    = nfsd_dispatch,
                .vs_xdrsize     = NFS3_SVC_XDRSIZE,
 };
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to