From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760504AbZDWVgU (ORCPT ); Thu, 23 Apr 2009 17:36:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759026AbZDWVfo (ORCPT ); Thu, 23 Apr 2009 17:35:44 -0400 Received: from cantor2.suse.de ([195.135.220.15]:59188 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759050AbZDWVfl (ORCPT ); Thu, 23 Apr 2009 17:35:41 -0400 From: Jan Kara To: LKML Cc: linux-fsdevel@vger.kernel.org, Andrew Morton , Christoph Hellwig , Trond Myklebust Subject: [PATCH 0/4] Fix sys_sync() and cleanup code (version 3) Date: Thu, 23 Apr 2009 23:35:32 +0200 Message-Id: <1240522536-2994-1-git-send-email-jack@suse.cz> X-Mailer: git-send-email 1.6.0.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this is a next version of the patches. I've modified comments a bit and mainly fixed a return value of __fsync_super() (forgot to commit the fix before). Thanks to Trond and Christoph for useful comments. Honza