1
0
Fork 0
alistair23-linux/fs/9p
Olaf Hering 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
This patch removes almost all inclusions of linux/version.h.  The 3
#defines are unused in most of the touched files.

A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
unfortunatly in linux/version.h.

There are also lots of #ifdef for long obsolete kernels, this was not
touched.  In a few places, the linux/version.h include was move to where
the LINUX_VERSION_CODE was used.

quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

search pattern:
/UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-09 07:55:57 -08:00
..
9p.c [PATCH] v9fs: 9P protocol implementation 2005-09-09 13:57:56 -07:00
9p.h [PATCH] v9fs: 9P protocol implementation 2005-09-09 13:57:56 -07:00
Makefile [PATCH] v9fs: Documentation, Makefiles, Configuration 2005-09-09 13:57:56 -07:00
conv.c [PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer 2005-09-22 22:17:33 -07:00
conv.h [PATCH] v9fs: 9P protocol implementation 2005-09-09 13:57:56 -07:00
debug.h [PATCH] v9fs: debug and support routines 2005-09-09 13:57:57 -07:00
error.c [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
error.h [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
fid.c [PATCH] v9fs: fix races in fid allocation 2005-09-28 07:46:40 -07:00
fid.h [PATCH] v9fs: fix races in fid allocation 2005-09-28 07:46:40 -07:00
mux.c [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
mux.h [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
trans_fd.c [PATCH] v9fs: transport modules 2005-09-09 13:57:57 -07:00
trans_sock.c [PATCH] kfree cleanup: fs 2005-11-07 07:54:06 -08:00
transport.h [PATCH] v9fs: transport modules 2005-09-09 13:57:57 -07:00
v9fs.c [PATCH] V9FS: 'names_cache' memory leak 2005-11-07 07:53:39 -08:00
v9fs.h [PATCH] v9fs: Support to force umount 2005-09-09 13:57:57 -07:00
v9fs_vfs.h [PATCH] v9fs: VFS superblock operations and glue 2005-09-09 13:57:56 -07:00
vfs_dentry.c [PATCH] v9fs: fix races in fid allocation 2005-09-28 07:46:40 -07:00
vfs_dir.c [PATCH] v9fs: fix races in fid allocation 2005-09-28 07:46:40 -07:00
vfs_file.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
vfs_inode.c [PATCH] V9FS: 'names_cache' memory leak 2005-11-07 07:53:39 -08:00
vfs_super.c [PATCH] missing ERR_PTR in 9fs 2005-09-30 08:42:23 -07:00