Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932995AbZLQIb5 (ORCPT ); Thu, 17 Dec 2009 03:31:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764098AbZLQIbz (ORCPT ); Thu, 17 Dec 2009 03:31:55 -0500 Received: from mail-bw0-f227.google.com ([209.85.218.227]:49854 "EHLO mail-bw0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764097AbZLQIby (ORCPT ); Thu, 17 Dec 2009 03:31:54 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=fI+9dR7Gr3QuSx10tTZo7ik1Mj2UwVxPqXv88VBTZeL/vd7U4WdQTPuajYGmXFhcII n9R35WaHDCJvIGpQc4BDbpjnOcV4/uvCD+8TAfd6PvRmWc/6qLyZcIShgUDrMQbd/lrE D0k4dNDTKA+UETlII4C8umLV1I1dffJFyDQeg= MIME-Version: 1.0 Date: Thu, 17 Dec 2009 10:31:52 +0200 Message-ID: Subject: revert "config FS_JOURNAL_INFO" From: Alexey Dobriyan To: torvalds@linux-foundation.org, akpm@linux-foundation.org, h-shimamoto@ct.jp.nec.com Cc: linux-fsdevel , linux-kernel@vger.kernel.org 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: 836 Lines: 22 Can we please revert commit e4c570c4cb7a95dbfafa3d016d2739bf3fdfe319 "task_struct: make journal_info conditional" I think I gave a good enough arguments to not merge it. To iterate: * patch makes impossible to start using ext3 on EXT3_FS=n kernels without reboot. * this is done only for one pointer on task_struct None of config options which define task_struct are tristate directly or effectively. There are other examples where we don't do this: * quota stuff on superblock aren't ifdeffed because of modular XFS with quota support. * exports operations and s_anon for NFS and so on -- 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/