From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 00/10] Make xattr_handler constant patches Date: Thu, 13 May 2010 17:53:13 -0700 Message-ID: <20100514005313.884038885@vyatta.com> Cc: linux-fsdevel@vger.kernel.org To: Alexander Viro Return-path: Received: from suva.vyatta.com ([76.74.103.44]:42955 "EHLO suva.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755027Ab0ENBsT (ORCPT ); Thu, 13 May 2010 21:48:19 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: I noticed that all the other filesystem virtual function tables are already constant, except extended attribute handler. This patch series converts all the entries in the current tree Ext* filesystems actually tested. Others are compile tested only.