]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NFSD: Remove unnecessary posix_acl_entry pointer initialization
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 23 Sep 2024 08:05:46 +0000 (10:05 +0200)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 11 Nov 2024 18:41:58 +0000 (13:41 -0500)
commitb7165ab074b8cd592dcd9304802ee1d999494c6d
tree95bdadc16ed4043cef1f7e835463a9b326e3e380
parent3c63d8946e578663b868cb9912dac616ea68bfd0
NFSD: Remove unnecessary posix_acl_entry pointer initialization

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>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4acl.c