From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/3] UDF overflow fix and cleanups Date: Tue, 5 Feb 2013 15:40:20 +0100 Message-ID: <1360075223-9972-1-git-send-email-jack@suse.cz> To: linux-fsdevel@vger.kernel.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:53203 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755510Ab3BEOkh (ORCPT ); Tue, 5 Feb 2013 09:40:37 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 3B1A6A3CEE for ; Tue, 5 Feb 2013 15:40:36 +0100 (CET) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, I've added the three patches in this series to my tree and plan to merge them in the next merge window. The first patch fixes an overflow in handling large filesystems with small block size, the other two patches are just cleanups. Honza