Revision c6f990d1ff8e4e53b12f4175eb7d7ea710c3ca73 authored by Dave Chinner on 27 January 2011, 02:23:28 UTC, committed by Alex Elder on 28 January 2011, 15:05:36 UTC
Failure to commit a transaction into the CIL is not handled
correctly. This currently can only happen when racing with a
shutdown and requires an explicit shutdown check, so it rare and can
be avoided. Remove the shutdown check and make the CIL commit a void
function to indicate it will always succeed, thereby removing the
incorrectly handled failure case.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
1 parent 5315837
History
File Mode Size
Kconfig -rw-r--r-- 547 bytes
Makefile -rw-r--r-- 197 bytes
af802154.h -rw-r--r-- 1.2 KB
af_ieee802154.c -rw-r--r-- 8.6 KB
dgram.c -rw-r--r-- 9.3 KB
ieee802154.h -rw-r--r-- 1.6 KB
netlink.c -rw-r--r-- 3.0 KB
nl-mac.c -rw-r--r-- 15.7 KB
nl-phy.c -rw-r--r-- 7.4 KB
nl_policy.c -rw-r--r-- 2.2 KB
raw.c -rw-r--r-- 5.4 KB
wpan-class.c -rw-r--r-- 5.1 KB

back to top