On Sun, Sep 14, 2014 at 04:38:56PM +0400, Dmitry Monakhov wrote: > If EIO happen after we have drop j_state_lock so it is reasonable to move this check under > i_sate_lock critical section. This patch helps to prevent false positive complain after EIO Thanks, applied. I adjusted the commit description slightly: If EIO happens after we have dropped j_state_lock, we won't notice that the journal has been aborted. So it is reasonable to move this check after we have grabbed the j_checkpoint_mutex and re-grabbed the j_state_lock. This patch helps to prevent false positive complain after EIO. Cheers, - Ted P.S. Welcome back! Glad to see you are safe. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html