Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753253AbYLCPg0 (ORCPT ); Wed, 3 Dec 2008 10:36:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751322AbYLCPgO (ORCPT ); Wed, 3 Dec 2008 10:36:14 -0500 Received: from E23SMTP06.au.ibm.com ([202.81.18.175]:40457 "EHLO e23smtp06.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751246AbYLCPgN (ORCPT ); Wed, 3 Dec 2008 10:36:13 -0500 Date: Wed, 3 Dec 2008 21:04:41 +0530 From: "Aneesh Kumar K.V" To: Jonathan Bastien-Filiatrault Cc: Theodore Tso , Andres Freund , Andreas Dilger , LKML , linux-ext4@vger.kernel.org Subject: Re: EXT4 ENOSPC Bug Message-ID: <20081203153441.GD9481@skywalker> References: <200811291418.24672.andres@anarazel.de> <200812021559.05103.andres@anarazel.de> <20081202164709.GC18162@mit.edu> <200812021847.35771.andres@anarazel.de> <20081202203315.GA20858@mit.edu> <4935D4C0.7050601@x2a.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4935D4C0.7050601@x2a.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 942 Lines: 28 On Tue, Dec 02, 2008 at 07:37:20PM -0500, Jonathan Bastien-Filiatrault wrote: > Theodore Tso wrote: > > > Hmm... really? Was the error message ENOSPC, or something else? > > > I can confirm I get a ENOSPC on open/creat. Here is the relevant output > from strace touch test: > > open("test", O_WRONLY|O_CREAT|O_NOCTTY|O_NONBLOCK, 0666) = -1 ENOSPC (No > space left on device) > Can you make sure you have the below patch in the kernel. c001077f4003fa75793bb62979baa6241dd8eb19 commit c001077f4003fa75793bb62979baa6241dd8eb19 Author: Eric Sandeen Date: Tue Aug 19 22:19:50 2008 -0400 ext4: Fix bug where we return ENOSPC even though we have plenty of inodes -aneesh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/