aboutsummaryrefslogtreecommitdiffstats
path: root/fs/qnx4/qnx4.h
Commit message (Collapse)AuthorAgeFilesLines
* qnx4: remove write supportChristoph Hellwig2009-09-231-8/+0
| | | | | | | | | | | | | | | 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>
* fs/qnx4: sanitize includesAl Viro2009-06-111-0/+57
fs-internal parts of qnx4_fs.h taken to fs/qnx4/qnx4.h, includes adjusted, qnx4_fs.h doesn't need unifdef anymore. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>