From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753183AbbGWKv6 (ORCPT ); Thu, 23 Jul 2015 06:51:58 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:5118 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbbGWKvt (ORCPT ); Thu, 23 Jul 2015 06:51:49 -0400 Date: Thu, 23 Jul 2015 12:51:39 +0200 From: Willy Tarreau To: a.afach@hybridware.co Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Reiserfs Bug on linux 3.4.9 Message-ID: <20150723105139.GA2938@1wt.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, Jul 23, 2015 at 03:51:47AM -0500, a.afach@hybridware.co wrote: > Dears > i have the following bug on reiserfs on gentoo linux kernel 3.4.9 how > can i solve it First, your kernel is totally outdated, you've been skipping 3 years of fixes in 100 updates roughly covering 4600 bugs : $ git log --oneline v3.4.9..v3.4.108 | wc -l 4683 7 of them directly affect reiserfs, and it's very likely that a number of the other ones could as well : $ git log --oneline v3.4.9..v3.4.108 -- fs/reiserfs/ 15e5f90 reiserfs: fix race in readdir b57644a reiserfs: Fix warning and inode leak when deleting inode with xattrs a23d631 reiserfs: Protect reiserfs_quota_write() with write lock 8c7dcc4 reiserfs: Move quota calls out of write lock 8ed4d1c reiserfs: Protect reiserfs_quota_on() with write lock 394cbbc reiserfs: Fix lock ordering during remount 530258f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking So you first need to update your kernel to get the latest fixes. You're lucky, your branch is still maintained! Best regards, Willy