linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] How about moving&categorizing files under fs/ into separate sub-dirs?
@ 2010-01-08  3:24 Cheng Renquan
  0 siblings, 0 replies; only message in thread
From: Cheng Renquan @ 2010-01-08  3:24 UTC (permalink / raw)
  To: linux-fsdevel

Recently I am working on add a new binfmt support to linux, I think
according current fs/ layout,
it should be placed as fs/binfmt_new.c? but the files under fs/ are
already too many, 70+,
so how about we move and categorize them into different sub-dirs?

like this? I created two sub-dirs, binfmt/ and vfs/, or like net/,
create a net/core/, net/ is relatively clean,
or some other scheme also works, this one is very primitive,

#	renamed:    fs/binfmt_aout.c -> fs/binfmt/binfmt_aout.c
#	renamed:    fs/binfmt_elf.c -> fs/binfmt/binfmt_elf.c
#	renamed:    fs/binfmt_elf_fdpic.c -> fs/binfmt/binfmt_elf_fdpic.c
#	renamed:    fs/binfmt_em86.c -> fs/binfmt/binfmt_em86.c
#	renamed:    fs/binfmt_flat.c -> fs/binfmt/binfmt_flat.c
#	renamed:    fs/binfmt_misc.c -> fs/binfmt/binfmt_misc.c
#	renamed:    fs/binfmt_script.c -> fs/binfmt/binfmt_script.c
#	renamed:    fs/binfmt_som.c -> fs/binfmt/binfmt_som.c
#	renamed:    fs/compat_binfmt_elf.c -> fs/binfmt/compat_binfmt_elf.c
#	renamed:    fs/exec.c -> fs/binfmt/exec.c
#	renamed:    fs/aio.c -> fs/vfs/aio.c
#	renamed:    fs/anon_inodes.c -> fs/vfs/anon_inodes.c
#	renamed:    fs/attr.c -> fs/vfs/attr.c
#	renamed:    fs/bad_inode.c -> fs/vfs/bad_inode.c
#	renamed:    fs/bio-integrity.c -> fs/vfs/bio-integrity.c
#	renamed:    fs/bio.c -> fs/vfs/bio.c
#	renamed:    fs/block_dev.c -> fs/vfs/block_dev.c
#	renamed:    fs/buffer.c -> fs/vfs/buffer.c
#	renamed:    fs/char_dev.c -> fs/vfs/char_dev.c
#	renamed:    fs/dcache.c -> fs/vfs/dcache.c

-- 
Cheng Renquan, from Singapore

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-08  3:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08  3:24 [RFC] How about moving&categorizing files under fs/ into separate sub-dirs? Cheng Renquan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).