summaryrefslogtreecommitdiffstats
path: root/fs/exofs/BUGS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-04-03 09:53:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-03 09:53:22 -0700
commit9b59f0316bc556a1b63518f0b1224cf9be48467b (patch)
treed6ffccbe5d9ce5f55c1b2efaf02220c701d4420a /fs/exofs/BUGS
parentac7c1a776dfe1a9c83ea7885f858f5f1a144d8af (diff)
parent0d8fe329a80714e0f729ae48cba8d64cbe5701cb (diff)
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
* 'for-linus' of git://git.open-osd.org/linux-open-osd: fs: Add exofs to Kernel build exofs: Documentation exofs: export_operations exofs: super_operations and file_system_type exofs: dir_inode and directory operations exofs: address_space_operations exofs: symlink_inode and fast_symlink_inode operations exofs: file and file_inode operations exofs: Kbuild, Headers and osd utils
Diffstat (limited to 'fs/exofs/BUGS')
-rw-r--r--fs/exofs/BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/exofs/BUGS b/fs/exofs/BUGS
new file mode 100644
index 00000000000..1b2d4c63a57
--- /dev/null
+++ b/fs/exofs/BUGS
@@ -0,0 +1,3 @@
+- 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.