lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b008a1eb-6665-8dde-2aa4-e71dddaafd42@auristor.com>
Date:   Fri, 9 Aug 2019 13:34:42 -0400
From:   Jeffrey E Altman <jaltman@...istor.com>
To:     YueHaibing <yuehaibing@...wei.com>, dhowells@...hat.com
Cc:     linux-kernel@...r.kernel.org, linux-afs@...ts.infradead.org
Subject: Re: [PATCH -next] afs: use correct afs_call_type in
 yfs_fs_store_opaque_acl2

This change is correct.

On 8/9/2019 4:43 AM, YueHaibing wrote:
> It seems that 'yfs_RXYFSStoreOpaqueACL2' should be use in
> yfs_fs_store_opaque_acl2().
> 
> Fixes: f5e4546347bc ("afs: Implement YFS ACL setting")
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
> ---
>  fs/afs/yfsclient.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/afs/yfsclient.c b/fs/afs/yfsclient.c
> index 2575503..ca24528 100644
> --- a/fs/afs/yfsclient.c
> +++ b/fs/afs/yfsclient.c
> @@ -2171,7 +2171,7 @@ int yfs_fs_store_opaque_acl2(struct afs_fs_cursor *fc, const struct afs_acl *acl
>  	       key_serial(fc->key), vnode->fid.vid, vnode->fid.vnode);
>  
>  	size = round_up(acl->size, 4);
> -	call = afs_alloc_flat_call(net, &yfs_RXYFSStoreStatus,
> +	call = afs_alloc_flat_call(net, &yfs_RXYFSStoreOpaqueACL2,
>  				   sizeof(__be32) * 2 +
>  				   sizeof(struct yfs_xdr_YFSFid) +
>  				   sizeof(__be32) + size,
> 

View attachment "jaltman.vcf" of type "text/x-vcard" (272 bytes)

Download attachment "smime.p7s" of type "application/pkcs7-signature" (4033 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ