All of lore.kernel.org
 help / color / mirror / Atom feed
* revert "config FS_JOURNAL_INFO"
@ 2009-12-17  8:31 Alexey Dobriyan
  2009-12-17 20:09 ` Andrew Morton
  2009-12-18  4:04 ` Hiroshi Shimamoto
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Dobriyan @ 2009-12-17  8:31 UTC (permalink / raw)
  To: torvalds, akpm, h-shimamoto; +Cc: linux-fsdevel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-19 11:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-17  8:31 revert "config FS_JOURNAL_INFO" Alexey Dobriyan
2009-12-17 20:09 ` Andrew Morton
2009-12-18  4:04 ` Hiroshi Shimamoto
2009-12-18  7:25   ` Alexey Dobriyan
2009-12-18  7:48     ` Hiroshi Shimamoto
2009-12-19 11:51     ` OGAWA Hirofumi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.