mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
01c4ac1315
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
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
--- linux-2.4.14/kernel/ksyms.c Tue Nov 6 11:18:14 2001
|
|
+++ linux/kernel/ksyms.c Wed Nov 7 11:26:45 2001
|
|
@@ -521,6 +521,7 @@
|
|
|
|
/* binfmt_aout */
|
|
EXPORT_SYMBOL(get_write_access);
|
|
+EXPORT_SYMBOL(deny_write_access);
|
|
|
|
/* time */
|
|
EXPORT_SYMBOL(get_fast_time);
|