Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751978AbZL1O7U (ORCPT ); Mon, 28 Dec 2009 09:59:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751725AbZL1O7T (ORCPT ); Mon, 28 Dec 2009 09:59:19 -0500 Received: from mail-iw0-f171.google.com ([209.85.223.171]:46576 "EHLO mail-iw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbZL1O7S (ORCPT ); Mon, 28 Dec 2009 09:59:18 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RiWClNb/+OH4hbQgc1xIjpPhJ5DT0ao1N1M7uvc2hOcZjzbsGecjZaMF2Ngd0u9TM1 /vcLuQQZtoV6I4R745QgGE0k4/RSItZhEatsQDO6GMgAiJ1R8OBUyrsTukcJQvb8im7J FmGOW2QtixeOxJZHVtNCCV7cg/0AJHyZpQDVY= MIME-Version: 1.0 Date: Mon, 28 Dec 2009 22:59:15 +0800 Message-ID: Subject: [PATCHv3 0/3]posix_acl: add the pointer check into fs/posix_acl.c From: liu weni To: linux-kernel , linux-fsdevel , viro Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 506 Lines: 16 Hi all: Many filesystems have their own way to check the acl pointer, and others not. It have something wrong while calling FOREACH_ACL_ENTRY. Then, I wanna add a pointer check before the Macro of FOREACH_ACL_ENTRY. --- Best Regards, Liuwenyi 2009-12-29 -- 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/