orangefs: remove variable i
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 13:29:39 +0000 (14:29 +0100)
committerMike Marshall <hubcap@omnibond.com>
Wed, 7 Dec 2022 20:18:29 +0000 (15:18 -0500)
commitb3525072835b523b397d459fadd0785d9c24bbd1
tree6b2fc3f3f93527e3356a903694d7b9d57ea1e2a8
parentb7b275e60bcd5f89771e865a8239325f86d9927d
orangefs: remove variable i

Variable i is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/inode.c