]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: fix warnings about unused stack variables
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 13 Jun 2017 19:47:42 +0000 (14:47 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 13 Jun 2017 19:47:42 +0000 (14:47 -0500)
commit07f98c31d693731c05fd79b58cc3993f9a8fb359
tree679d3ee4f63e61481f951e60918df64fc27bc99b
parentad1c97f13e8d8c9f1a61304a3dbbd7fddb2afd37
xfs: fix warnings about unused stack variables

Source kernel commit: 6e747506dde195d3d05fe2bb8ef78aceba28a5e3

Reduce stack usage and get rid of compiler warnings by eliminating
unused variables.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c