Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422751AbWJ3XcM (ORCPT ); Mon, 30 Oct 2006 18:32:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422756AbWJ3XcM (ORCPT ); Mon, 30 Oct 2006 18:32:12 -0500 Received: from e4.ny.us.ibm.com ([32.97.182.144]:19150 "EHLO e4.ny.us.ibm.com") by vger.kernel.org with ESMTP id S1422744AbWJ3XcK (ORCPT ); Mon, 30 Oct 2006 18:32:10 -0500 Date: Mon, 30 Oct 2006 17:32:09 -0600 From: Michael Halcrow To: akpm@osdl.org Cc: LKML , mhalcrow@us.ibm.com Subject: [PATCH 0/6] eCryptfs: Crypto API updates and d_count fixes Message-ID: <20061030233209.GC3458@us.ibm.com> Reply-To: Michael Halcrow Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 11 The lower d_count is not being handled right in eCryptfs, preventing an unmount of the lower filesystem under some circumstances. This patch set should make the d_count values sane in the lower filesystem. It also includes changes to move from the deprecated crypto API calls. These are bugfixes and compiler warning fixes; I recommend merging them into 2.6.19. - 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/