lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Dec 2009 10:31:52 +0200
From:	Alexey Dobriyan <adobriyan@...il.com>
To:	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	h-shimamoto@...jp.nec.com
Cc:	linux-fsdevel <linux-fsdevel@...r.kernel.org>,
	linux-kernel@...r.kernel.org
Subject: revert "config FS_JOURNAL_INFO"

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ