diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-08-24 05:57:51 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-08-25 10:30:05 -0500 |
commit | 242d621964dd8641df53f7d51d4c6ead655cc5a6 (patch) | |
tree | 50fa61892c54ddf7a46e35d7f76451da3f80a5bd /Documentation | |
parent | b6bede3b4cdfbd188557ab50fceec2e91d295edf (diff) |
xfs: deprecate the nodelaylog mount option
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
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 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> |