]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: lustre: llite: ll_dir_ioctl cleanup of redundant comparisons
authorParinay Kondekar <parinay.kondekar@seagate.com>
Sat, 3 Dec 2016 00:53:26 +0000 (19:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 09:47:55 +0000 (10:47 +0100)
In ll_dir_ioctl() two identical comparisions are present for
return code (rc) of ll_dir_getstripe(). This patch removes
the other inside if( ) condition which is not necessary.

Signed-off-by: Parinay Kondekar <parinay.kondekar@seagate.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6512
Reviewed-on: http://review.whamcloud.com/18027
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/dir.c

index 7bdcbb46deaee6c1da0cd9abc1fcd5834d27371b..ea5d247a3f70bc8817549687c4fcd54d09cf1d92 100644 (file)
@@ -1229,9 +1229,6 @@ lmv_out_free:
 
                /* Get default LMV EA */
                if (lum.lum_magic == LMV_USER_MAGIC) {
-                       if (rc)
-                               goto finish_req;
-
                        if (lmmsize > sizeof(*ulmv)) {
                                rc = -EINVAL;
                                goto finish_req;