xstat: Don't cast returns from malloc()
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 17 May 2012 12:29:42 +0000 (13:29 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 24 May 2012 16:18:58 +0000 (09:18 -0700)
commite33f1dc0b6ec497133903918f1918adfa46f10ea
tree3bbbab82eae576d9ec4e983845330f6519c29d64
parent900f7cc5f7c0b35a8efebc6c7166efa7625a0493
xstat: Don't cast returns from malloc()

malloc() returns a (void *) on all of our current platforms. So,
don't bother casting the return value before assigning it - it is
unnecessary noise.

Change-Id: Iaddc6c44041dc77a576f32133b2aa80aefce5cb2
Reviewed-on: http://gerrit.openafs.org/7469
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/xstat/xstat_cm.c
src/xstat/xstat_cm_test.c
src/xstat/xstat_fs.c
src/xstat/xstat_fs_callback.c
src/xstat/xstat_fs_test.c