]> sourceware.org Git - lvm2.git/commit
Tidy and changes to make code smaller.
authorSteven Whitehouse <swhiteho@fedoraproject.org>
Wed, 7 Nov 2001 12:12:56 +0000 (12:12 +0000)
committerSteven Whitehouse <swhiteho@fedoraproject.org>
Wed, 7 Nov 2001 12:12:56 +0000 (12:12 +0000)
commit01c4ac131518d08bda8739a4f288517150899673
tree9fb3813dfde8389b1b18679894b6dfb07b96842a
parent37ed70b9eac632e198fa2373dd50f0e425d92d9b
Tidy and changes to make code smaller.

 o Created dmfs.h as a private header for the filesystem code
 o Using seq_file.[ch] written by Al Viro as a generic mechanism for /proc
   style files which have one record per line. We use a slight modification
   here, so if you are using a recent -ac kernel you'll need to replace the
   existing seq_file.[ch] with  the ones here and do a bit of editing to make
   it work. I'll submit the changes to Al Viro shortly as they are very
   small and I think make sense generally.
 o Using fail_writepage()
 o Init code for filesystem now all in dmfs-super.c
 o Some common code reduction amoung the dmfs-*.c files
 o Auto allocation of major device number (default). You can specify a
   particular major by using a module argument. If built in then you don't
   get this option at the moment but it could be added if required.
 o Hotplug support
 o General tidying
 o Updated projects.txt file
 o Patches updated to 2.4.14
17 files changed:
driver/device-mapper/dm-fs.c [deleted file]
driver/device-mapper/dm-parse.c [deleted file]
driver/device-mapper/dm.h
driver/device-mapper/dmfs-error.c
driver/device-mapper/dmfs-lv.c
driver/device-mapper/dmfs-root.c
driver/device-mapper/dmfs-status.c
driver/device-mapper/dmfs-super.c
driver/device-mapper/dmfs-table.c
driver/device-mapper/dmfs-tdir.c
driver/device-mapper/dmfs.h [new file with mode: 0644]
driver/device-mapper/patches/00_config
driver/device-mapper/patches/00_ksyms
driver/device-mapper/patches/00_makefile
driver/device-mapper/projects.txt
driver/device-mapper/seq_file.c [new file with mode: 0644]
driver/device-mapper/seq_file.h [new file with mode: 0644]
This page took 0.040576 seconds and 5 git commands to generate.