diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2005-06-30 11:59:05 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-30 17:45:12 +0200 |
commit | 1d2cc3b87b1694df72ab75cee8e12f8b369577ce (patch) | |
tree | bac89787f12f9780f313144a1fa1fee5f4d9cd53 /fs/freevxfs/vxfs_subr.c | |
parent | [PATCH] freevxfs: fix buffer_head leak (diff) | |
download | linux-1d2cc3b87b1694df72ab75cee8e12f8b369577ce.tar.xz linux-1d2cc3b87b1694df72ab75cee8e12f8b369577ce.zip |
[PATCH] freevxfs: remove 2.4 compatability
This patch removes 2.4 compatability header from freevxfs.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/freevxfs/vxfs_subr.c')
-rw-r--r-- | fs/freevxfs/vxfs_subr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/freevxfs/vxfs_subr.c b/fs/freevxfs/vxfs_subr.c index 5e305612054a..50aae77651b2 100644 --- a/fs/freevxfs/vxfs_subr.c +++ b/fs/freevxfs/vxfs_subr.c @@ -36,7 +36,6 @@ #include <linux/slab.h> #include <linux/pagemap.h> -#include "vxfs_kcompat.h" #include "vxfs_extern.h" |