public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NFSD: Remove unnecessary posix_acl_entry pointer initialization
@ 2024-09-23  8:05 Thorsten Blum
  2024-09-23 14:41 ` cel
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2024-09-23  8:05 UTC (permalink / raw)
  To: Chuck Lever, Jeff Layton, Neil Brown, Olga Kornievskaia, Dai Ngo,
	Tom Talpey
  Cc: Thorsten Blum, linux-nfs, linux-kernel

The posix_acl_entry pointer pe is already initialized by the
FOREACH_ACL_ENTRY() macro. Remove the unnecessary initialization.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 fs/nfsd/nfs4acl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/nfsd/nfs4acl.c b/fs/nfsd/nfs4acl.c
index 96e786b5e544..936ea1ad9586 100644
--- a/fs/nfsd/nfs4acl.c
+++ b/fs/nfsd/nfs4acl.c
@@ -198,8 +198,6 @@ summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas)
 	memset(pas, 0, sizeof(*pas));
 	pas->mask = 07;
 
-	pe = acl->a_entries + acl->a_count;
-
 	FOREACH_ACL_ENTRY(pa, acl, pe) {
 		switch (pa->e_tag) {
 			case ACL_USER_OBJ:
-- 
2.46.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] NFSD: Remove unnecessary posix_acl_entry pointer initialization
  2024-09-23  8:05 [PATCH] NFSD: Remove unnecessary posix_acl_entry pointer initialization Thorsten Blum
@ 2024-09-23 14:41 ` cel
  0 siblings, 0 replies; 2+ messages in thread
From: cel @ 2024-09-23 14:41 UTC (permalink / raw)
  To: Jeff Layton, Neil Brown, Olga Kornievskaia, Dai Ngo, Tom Talpey,
	Thorsten Blum
  Cc: Chuck Lever, linux-nfs, linux-kernel

From: Chuck Lever <chuck.lever@oracle.com>

On Mon, 23 Sep 2024 10:05:46 +0200, Thorsten Blum wrote:                                              
> The posix_acl_entry pointer pe is already initialized by the
> FOREACH_ACL_ENTRY() macro. Remove the unnecessary initialization.
> 
>                                                                         

Applied to nfsd-next for v6.13, thanks!                                                                

[1/1] NFSD: Remove unnecessary posix_acl_entry pointer initialization
      commit: 45672c5446544da68e7f46079c7c3c7bebcc1d3d                                                                      

--                                                                              
Chuck Lever


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-23 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23  8:05 [PATCH] NFSD: Remove unnecessary posix_acl_entry pointer initialization Thorsten Blum
2024-09-23 14:41 ` cel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox