hello, At the moment, the configuration interface of Filesystem is not very consistent: - All other filesystem configurations (like Reiserfs, JFS, ext3,...) is in fs/Kconfig, but only XFS is in a separate file fs/xfs/Kconfig - All other filesystem configuration is processed in the same screen (using a kind of drop-down interface), but XFS configuration is done in a separate screen. Here is the patch to fix the problem: it moves XFS configuration from fs/xfs/Kconfig to fs/Kconfig, makes it to do all the configuration in the same screen (by removing "menu" directive), and removes the unnecessary fs/xfs/Kconfig. This patch is against 2.6.12-rc3. Please apply. # diffstat makefile.fs.patch Kconfig | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ xfs/Kconfig | 85 ------------------------------------------------------------ 2 files changed, 81 insertions(+), 86 deletions(-) Signed-off-by: Nguyen Anh Quynh <[email protected]>
Attachment:
makefile.fs.patch
Description: Binary data
- Follow-Ups:
- Re: [PATCH] fs/Kconfig: more consistent configuration of XFS
- From: Christoph Hellwig <[email protected]>
- Re: [PATCH] fs/Kconfig: more consistent configuration of XFS
- From: Chris Wedgwood <[email protected]>
- Re: [PATCH] fs/Kconfig: more consistent configuration of XFS
- Prev by Date: Re: [PATCH] VFS bugfix: two read_inode() calles without clear_inode() call between
- Next by Date: Re: [PATCH] fs/Kconfig: more consistent configuration of XFS
- Previous by thread: [PATCH 2.4.31-pre1] Duplicate id in videodev.h
- Next by thread: Re: [PATCH] fs/Kconfig: more consistent configuration of XFS
- Index(es):