nfs: remove empty if statement from nfs3_prepare_get_acl
authorUros Bizjak <ubizjak@gmail.com>
Wed, 30 Nov 2022 15:12:31 +0000 (16:12 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 8 Apr 2023 20:45:36 +0000 (13:45 -0700)
commitf9641a36d38daee3ccf2f3d832cbc9c3442b6078
tree2a24b633b3b439be7ce06e0bba2bd46a83747de4
parentb99b258899d7a59e60169f402e5bce6b8272ce97
nfs: remove empty if statement from nfs3_prepare_get_acl

Remove empty if statement from nfs3_prepare_get_acl and update comment to
follow the one from the referred fs/posix_acl.c:get_acl().

No functional change intended.

Link: https://lkml.kernel.org/r/20221130151231.3654-1-ubizjak@gmail.com
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Anna Schumaker <anna@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/nfs/nfs3acl.c