Skip to content

Commit

Permalink
[PATCH] freevxfs: remove 2.4 compatability
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pekka Enberg authored and Linus Torvalds committed Jun 30, 2005
1 parent ba03bda commit 1d2cc3b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion fs/freevxfs/vxfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* superblocks of the Veritas Filesystem.
*/
#include <linux/types.h>
#include "vxfs_kcompat.h"


/*
Expand Down
49 changes: 0 additions & 49 deletions fs/freevxfs/vxfs_kcompat.h

This file was deleted.

1 change: 0 additions & 1 deletion fs/freevxfs/vxfs_subr.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <linux/slab.h>
#include <linux/pagemap.h>

#include "vxfs_kcompat.h"
#include "vxfs_extern.h"


Expand Down

0 comments on commit 1d2cc3b

Please sign in to comment.