vol: nuke() doesn't need to maintain next inode ptr
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 19 Feb 2013 14:47:56 +0000 (14:47 +0000)
committerJeffrey Altman <jaltman@your-file-system.com>
Thu, 21 Feb 2013 17:06:41 +0000 (09:06 -0800)
commitc696be982773ffbee5e7442cc1425f664078aace
tree0107430d780c6682984bbe470618165c2882c45e
parent538f8d836376116edf99af17b040bc1aeea72390
vol: nuke() doesn't need to maintain next inode ptr

ni is unused on the true side of the if expression in nuke() - so
just don't bother populating it.

Caught by clang-analyzer

Change-Id: Idfd088f999f4c4bcdabc03b8b86636aa02541343
Reviewed-on: http://gerrit.openafs.org/9166
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/vol/nuke.c