From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Jambor Subject: Inode EIO flag? Date: Wed, 3 Aug 2005 01:27:17 +0200 Message-ID: <8e70aacf05080216277eb60c3@mail.gmail.com> Reply-To: Martin Jambor Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from zproxy.gmail.com ([64.233.162.197]:51511 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S261902AbVHBX1S convert rfc822-to-8bit (ORCPT ); Tue, 2 Aug 2005 19:27:18 -0400 Received: by zproxy.gmail.com with SMTP id r28so1331nza for ; Tue, 02 Aug 2005 16:27:17 -0700 (PDT) To: linux-fsdevel@vger.kernel.org Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Is there any inode flag (or anything equivalent) indicating that writing that particular inode to the device failed because of an IO error? I couldn't find one or determine what am I supposed to do when that happens.... TIA Martin