diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-06-19 08:08:50 +0200 | 
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2009-06-19 08:08:50 +0200 | 
| commit | 90c699a9ee4be165966d40f1837909ccb8890a68 (patch) | |
| tree | ff136ce7b73c7d7bbf5eb4241d01cb3b930d3566 /Documentation/ja_JP | |
| parent | 3a02c8e8142f7f133d4c6e72bc3e1d830e6b8b9e (diff) | |
| download | linux-90c699a9ee4be165966d40f1837909ccb8890a68.tar.bz2 | |
block: rename CONFIG_LBD to CONFIG_LBDAF
Follow-up to "block: enable by default support for large devices
and files on 32-bit archs".
Rename CONFIG_LBD to CONFIG_LBDAF to:
- allow update of existing [def]configs for "default y" change
- reflect that it is used also for large files support nowadays
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'Documentation/ja_JP')
| -rw-r--r-- | Documentation/ja_JP/SubmitChecklist | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Documentation/ja_JP/SubmitChecklist b/Documentation/ja_JP/SubmitChecklist index 6c42e071d723..2df4576f1173 100644 --- a/Documentation/ja_JP/SubmitChecklist +++ b/Documentation/ja_JP/SubmitChecklist @@ -75,7 +75,7 @@ Linux カーネルパッチ投稿者向けチェックリスト      ビルドした上、動作確認を行ってください。  14: もしパッチがディスクのI/O性能などに影響を与えるようであれば、 -    'CONFIG_LBD'オプションを有効にした場合と無効にした場合の両方で +    'CONFIG_LBDAF'オプションを有効にした場合と無効にした場合の両方で      テストを実施してみてください。  15: lockdepの機能を全て有効にした上で、全てのコードパスを評価してください。 |