mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
945ffe54bb
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>
7 lines
135 B
Makefile
7 lines
135 B
Makefile
#
|
|
# Makefile for the linux qnx4-filesystem routines.
|
|
#
|
|
|
|
obj-$(CONFIG_QNX4FS_FS) += qnx4.o
|
|
|
|
qnx4-objs := inode.o dir.o namei.o bitmap.o
|