diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-20 14:53:51 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-20 14:53:51 +1000 |
commit | d8ce75324135ea7100124c1fff4ec5090a350607 (patch) | |
tree | 1233f6e07c5e9372a95a5ce07d8ee8a9c8bfd0ed /fs | |
parent | d7b849da47a59d2be6d6aea1effb0efa91c30424 (diff) | |
download | linux-3.10-d8ce75324135ea7100124c1fff4ec5090a350607.tar.gz linux-3.10-d8ce75324135ea7100124c1fff4ec5090a350607.tar.bz2 linux-3.10-d8ce75324135ea7100124c1fff4ec5090a350607.zip |
[XFS] Remove files from the build that are now unused.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/Makefile-linux-2.6 | 2 | ||||
-rw-r--r-- | fs/xfs/xfs_dir.c | 0 | ||||
-rw-r--r-- | fs/xfs/xfs_dir.h | 0 | ||||
-rw-r--r-- | fs/xfs/xfs_dir_leaf.c | 0 | ||||
-rw-r--r-- | fs/xfs/xfs_dir_leaf.h | 0 | ||||
-rw-r--r-- | fs/xfs/xfs_dir_sf.h | 0 |
6 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/Makefile-linux-2.6 b/fs/xfs/Makefile-linux-2.6 index 6f3a5558493..9e7f85986d0 100644 --- a/fs/xfs/Makefile-linux-2.6 +++ b/fs/xfs/Makefile-linux-2.6 @@ -72,14 +72,12 @@ xfs-y += xfs_alloc.o \ xfs_btree.o \ xfs_buf_item.o \ xfs_da_btree.o \ - xfs_dir.o \ xfs_dir2.o \ xfs_dir2_block.o \ xfs_dir2_data.o \ xfs_dir2_leaf.o \ xfs_dir2_node.o \ xfs_dir2_sf.o \ - xfs_dir_leaf.o \ xfs_error.o \ xfs_extfree_item.o \ xfs_fsops.o \ diff --git a/fs/xfs/xfs_dir.c b/fs/xfs/xfs_dir.c deleted file mode 100644 index e69de29bb2d..00000000000 --- a/fs/xfs/xfs_dir.c +++ /dev/null diff --git a/fs/xfs/xfs_dir.h b/fs/xfs/xfs_dir.h deleted file mode 100644 index e69de29bb2d..00000000000 --- a/fs/xfs/xfs_dir.h +++ /dev/null diff --git a/fs/xfs/xfs_dir_leaf.c b/fs/xfs/xfs_dir_leaf.c deleted file mode 100644 index e69de29bb2d..00000000000 --- a/fs/xfs/xfs_dir_leaf.c +++ /dev/null diff --git a/fs/xfs/xfs_dir_leaf.h b/fs/xfs/xfs_dir_leaf.h deleted file mode 100644 index e69de29bb2d..00000000000 --- a/fs/xfs/xfs_dir_leaf.h +++ /dev/null diff --git a/fs/xfs/xfs_dir_sf.h b/fs/xfs/xfs_dir_sf.h deleted file mode 100644 index e69de29bb2d..00000000000 --- a/fs/xfs/xfs_dir_sf.h +++ /dev/null |