fs: xfs: xfs_log: Change return type from int to void
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Wed, 3 Jul 2019 14:34:18 +0000 (07:34 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 3 Jul 2019 15:21:58 +0000 (08:21 -0700)
commita7a9250e18b3a6f4243acae4e9be6f455a46effe
tree708bf0d4996be352d510c5d5cc9e16e6ac3eceb3
parent3e5a428b264eca8c7f1c261cffbe139538d7965f
fs: xfs: xfs_log: Change return type from int to void

Change return types of below functions as they never fails
xfs_log_mount_cancel
xlog_recover_cancel
xlog_recover_cancel_intents

fix below issue reported by coccicheck
fs/xfs/xfs_log_recover.c:4886:7-12: Unneeded variable: "error". Return
"0" on line 4926

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_log_recover.c