diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-02 08:25:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-02 08:25:23 -0700 |
commit | 4d7b5a116f9c08719d98f81e21c7d47f672bdb69 (patch) | |
tree | f9decb477b1715514e059627c4f14eb4526f394d /Documentation | |
parent | b79c4f75e4d3fbfd225660c12f29a7fafcd8e6d9 (diff) | |
parent | 58d84c4ee0389ddeb86238d5d8359a982c9f7a5b (diff) | |
download | linux-3.10-4d7b5a116f9c08719d98f81e21c7d47f672bdb69.tar.gz linux-3.10-4d7b5a116f9c08719d98f81e21c7d47f672bdb69.tar.bz2 linux-3.10-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.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c4a6e148732..4dc46547766 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> |