summaryrefslogtreecommitdiffstats
path: root/fs/qnx4/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig2009-09-23 01:43:59 +0200
committerLinus Torvalds2009-09-23 16:39:30 +0200
commit945ffe54bbd56ceed62de3b908800fd7c6ffb284 (patch)
tree1791ac5df7967107d4413f16f94ba9aae29e8df7 /fs/qnx4/Makefile
parentntfs: remove ntfs_file_write (diff)
downloadkernel-qcow2-linux-945ffe54bbd56ceed62de3b908800fd7c6ffb284.tar.gz
kernel-qcow2-linux-945ffe54bbd56ceed62de3b908800fd7c6ffb284.tar.xz
kernel-qcow2-linux-945ffe54bbd56ceed62de3b908800fd7c6ffb284.zip
qnx4: remove write support
qnx4 wrte support has never been fully implement, is broken since the dawn of time and hasn't been actively developed since before git history started. Instead of letting it further bitrot and complicate API transition (like the new truncate code) remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Anders Larsen <al@alarsen.net> Cc: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/qnx4/Makefile')
-rw-r--r--fs/qnx4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/qnx4/Makefile b/fs/qnx4/Makefile
index e4d408cc5473..4a283b3f87f8 100644
--- a/fs/qnx4/Makefile
+++ b/fs/qnx4/Makefile
@@ -4,4 +4,4 @@
obj-$(CONFIG_QNX4FS_FS) += qnx4.o
-qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o
+qnx4-objs := inode.o dir.o namei.o bitmap.o