aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-09-02 08:25:23 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-09-02 08:25:23 -0700
commit4d7b5a116f9c08719d98f81e21c7d47f672bdb69 (patch)
treef9decb477b1715514e059627c4f14eb4526f394d /Documentation
parentMerge tag 'for_linus-20110831' of git://github.com/tytso/ext4 (diff)
parentxfs: fix ->write_inode return values (diff)
downloadlinux-dev-4d7b5a116f9c08719d98f81e21c7d47f672bdb69.tar.xz
linux-dev-4d7b5a116f9c08719d98f81e21c7d47f672bdb69.zip
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: fix ->write_inode return values xfs: fix xfs_mark_inode_dirty during umount xfs: deprecate the nodelaylog mount option
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index c4a6e148732a..4dc465477665 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -592,3 +592,11 @@ Why: In 3.0, we can now autodetect internal 3G device and already have
interface that was used by acer-wmi driver. It will replaced by
information log when acer-wmi initial.
Who: Lee, Chun-Yi <jlee@novell.com>
+
+----------------------------
+What: The XFS nodelaylog mount option
+When: 3.3
+Why: The delaylog mode that has been the default since 2.6.39 has proven
+ stable, and the old code is in the way of additional improvements in
+ the log code.
+Who: Christoph Hellwig <hch@lst.de>