volinfo: fix -filenames option check
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 18 May 2011 17:42:27 +0000 (13:42 -0400)
committerDerrick Brashear <shadow@dementia.org>
Sat, 21 May 2011 13:50:51 +0000 (06:50 -0700)
commit33cb8a53fdc8907dafed2e77cc1da539d17397c5
treecff2091e006f9a7d69083bfcd9c83fb7c158189a
parent04087af8494b90f664ac5f274d5db4c12063f238
volinfo: fix -filenames option check

Fix the logic for checking the presense of the volinfo -filenames
option.  The original patch inadvertently added the -filenames
check as an if-else cause to the -orphaned flag check, which
prevents filenames from being printed when listing orphaned
vnodes.

Change-Id: I070d796e7ea9c0f5df9cf92a17eaa4004444d423
Reviewed-on: http://gerrit.openafs.org/4689
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/vol-info.c