move fs/partitions to block/
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 16 Sep 2011 04:25:05 +0000 (00:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Jan 2012 03:54:06 +0000 (22:54 -0500)
commit9be96f3fd10187f185d84cf878cf032465bcced3
tree432a430ed9e0cbe0c18916cd3c3992f09b3feb37
parent4752bc309b7604d507c973c7b7678ac2ce10a058
move fs/partitions to block/

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
68 files changed:
block/Kconfig
block/Makefile
block/partitions/Kconfig [new file with mode: 0644]
block/partitions/Makefile [new file with mode: 0644]
block/partitions/acorn.c [new file with mode: 0644]
block/partitions/acorn.h [new file with mode: 0644]
block/partitions/amiga.c [new file with mode: 0644]
block/partitions/amiga.h [new file with mode: 0644]
block/partitions/atari.c [new file with mode: 0644]
block/partitions/atari.h [new file with mode: 0644]
block/partitions/check.c [new file with mode: 0644]
block/partitions/check.h [new file with mode: 0644]
block/partitions/efi.c [new file with mode: 0644]
block/partitions/efi.h [new file with mode: 0644]
block/partitions/ibm.c [new file with mode: 0644]
block/partitions/ibm.h [new file with mode: 0644]
block/partitions/karma.c [new file with mode: 0644]
block/partitions/karma.h [new file with mode: 0644]
block/partitions/ldm.c [new file with mode: 0644]
block/partitions/ldm.h [new file with mode: 0644]
block/partitions/mac.c [new file with mode: 0644]
block/partitions/mac.h [new file with mode: 0644]
block/partitions/msdos.c [new file with mode: 0644]
block/partitions/msdos.h [new file with mode: 0644]
block/partitions/osf.c [new file with mode: 0644]
block/partitions/osf.h [new file with mode: 0644]
block/partitions/sgi.c [new file with mode: 0644]
block/partitions/sgi.h [new file with mode: 0644]
block/partitions/sun.c [new file with mode: 0644]
block/partitions/sun.h [new file with mode: 0644]
block/partitions/sysv68.c [new file with mode: 0644]
block/partitions/sysv68.h [new file with mode: 0644]
block/partitions/ultrix.c [new file with mode: 0644]
block/partitions/ultrix.h [new file with mode: 0644]
fs/Kconfig
fs/Makefile
fs/partitions/Kconfig [deleted file]
fs/partitions/Makefile [deleted file]
fs/partitions/acorn.c [deleted file]
fs/partitions/acorn.h [deleted file]
fs/partitions/amiga.c [deleted file]
fs/partitions/amiga.h [deleted file]
fs/partitions/atari.c [deleted file]
fs/partitions/atari.h [deleted file]
fs/partitions/check.c [deleted file]
fs/partitions/check.h [deleted file]
fs/partitions/efi.c [deleted file]
fs/partitions/efi.h [deleted file]
fs/partitions/ibm.c [deleted file]
fs/partitions/ibm.h [deleted file]
fs/partitions/karma.c [deleted file]
fs/partitions/karma.h [deleted file]
fs/partitions/ldm.c [deleted file]
fs/partitions/ldm.h [deleted file]
fs/partitions/mac.c [deleted file]
fs/partitions/mac.h [deleted file]
fs/partitions/msdos.c [deleted file]
fs/partitions/msdos.h [deleted file]
fs/partitions/osf.c [deleted file]
fs/partitions/osf.h [deleted file]
fs/partitions/sgi.c [deleted file]
fs/partitions/sgi.h [deleted file]
fs/partitions/sun.c [deleted file]
fs/partitions/sun.h [deleted file]
fs/partitions/sysv68.c [deleted file]
fs/partitions/sysv68.h [deleted file]
fs/partitions/ultrix.c [deleted file]
fs/partitions/ultrix.h [deleted file]