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
Makefile -rw-r--r-- 313 bytes
clnt4xdr.c -rw-r--r-- 13.3 KB
clntlock.c -rw-r--r-- 6.9 KB
clntproc.c -rw-r--r-- 20.9 KB
clntxdr.c -rw-r--r-- 13.6 KB
grace.c -rw-r--r-- 1.6 KB
host.c -rw-r--r-- 16.4 KB
mon.c -rw-r--r-- 13.5 KB
svc.c -rw-r--r-- 13.1 KB
svc4proc.c -rw-r--r-- 13.8 KB
svclock.c -rw-r--r-- 25.6 KB
svcproc.c -rw-r--r-- 14.6 KB
svcshare.c -rw-r--r-- 2.4 KB
svcsubs.c -rw-r--r-- 9.9 KB
xdr.c -rw-r--r-- 7.2 KB
xdr4.c -rw-r--r-- 7.3 KB

back to top