summaryrefslogtreecommitdiff
path: root/fs/exofs/BUGS
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-01-29 09:32:30 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2019-02-05 21:28:13 -0500
commit80f2121380caa14895638b24b81800158c0844f2 (patch)
treefb042eef94e895eb93deb9a64de783e12272115c /fs/exofs/BUGS
parent972248e9111ee6fe9fb56c24ecfd7434f3d713ac (diff)
scsi: fs: remove exofs
This was an example for using the SCSI OSD protocol, which we're trying to remove. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'fs/exofs/BUGS')
-rw-r--r--fs/exofs/BUGS3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/exofs/BUGS b/fs/exofs/BUGS
deleted file mode 100644
index 1b2d4c63a579..000000000000
--- a/fs/exofs/BUGS
+++ /dev/null
@@ -1,3 +0,0 @@
-- Out-of-space may cause a severe problem if the object (and directory entry)
- were written, but the inode attributes failed. Then if the filesystem was
- unmounted and mounted the kernel can get into an endless loop doing a readdir.