Skip to content

Commit

Permalink
[XFS] kill move.[ch]
Browse files Browse the repository at this point in the history
Kill uio related functions and defines now that they're unused.

SGI-PV: 968563
SGI-Modid: xfs-linux-melb:xfs-kern:29480a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
  • Loading branch information
Christoph Hellwig authored and Tim Shimmin committed Oct 15, 2007
1 parent 804c83c commit 39cd9f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
1 change: 0 additions & 1 deletion fs/xfs/Makefile-linux-2.6
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \
# Objects in support/
xfs-y += $(addprefix support/, \
debug.o \
move.o \
uuid.o)

xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o
Expand Down
1 change: 0 additions & 1 deletion fs/xfs/linux-2.6/xfs_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

#include <support/ktrace.h>
#include <support/debug.h>
#include <support/move.h>
#include <support/uuid.h>

#include <linux/mm.h>
Expand Down
51 changes: 0 additions & 51 deletions fs/xfs/support/move.c

This file was deleted.

70 changes: 0 additions & 70 deletions fs/xfs/support/move.h

This file was deleted.

0 comments on commit 39cd9f8

Please sign in to comment.