avoid requeueing callbacks during shutdown
authorDerrick Brashear <shadow@dementia.org>
Thu, 11 Nov 2010 23:48:18 +0000 (18:48 -0500)
committerDerrick Brashear <shadow@dementia.org>
Mon, 15 Nov 2010 17:46:20 +0000 (09:46 -0800)
commitbdbc4494602cf142e2dc046a234dd4ba8610cd51
tree108276294e244c8ac5ca917185b05a4769416efe
parent00023f168e0e097c6a7e9da4450a009e4818a1a5
avoid requeueing callbacks during shutdown

when linux calls osi_linux_free_inode_pages we can try to queue a vcb.
this is foolish as we are shutting down. so, don't.

Change-Id: I18290396d9107455453de28097e7fad58526ae06
Reviewed-on: http://gerrit.openafs.org/3297
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_vcache.c