From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/4] Fix sys_sync() bug and cleanup code (version 2) Date: Thu, 23 Apr 2009 16:47:21 +0200 Message-ID: <1240498045-14288-1-git-send-email-jack@suse.cz> Cc: Christoph Hellwig , Trond Myklebust , linux-fsdevel@vger.kernel.org, Andrew Morton To: LKML Return-path: Received: from cantor2.suse.de ([195.135.220.15]:47335 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754886AbZDWOr1 (ORCPT ); Thu, 23 Apr 2009 10:47:27 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, this is a next version of my series of patches to fix sys_sync(). The bug could result in not all data being safely on disk after sys_sync() returns. It also fixes the same issue in fsync_super() which leads to assertion failure in JBD with Jens's per-BDI writeback patches. The first patch fixes the data integrity problem, the other three patches are various cleanups. Honza