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-- 936 bytes
Makefile -rw-r--r-- 174 bytes
autofs_i.h -rw-r--r-- 9.1 KB
dev-ioctl.c -rw-r--r-- 18.0 KB
expire.c -rw-r--r-- 13.0 KB
init.c -rw-r--r-- 1.2 KB
inode.c -rw-r--r-- 8.1 KB
root.c -rw-r--r-- 23.9 KB
symlink.c -rw-r--r-- 776 bytes
waitq.c -rw-r--r-- 13.6 KB

back to top