diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 | ||||
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 86334b6f8238..9f73587219e8 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -336,3 +336,13 @@ When: After the only user (hal) has seen a release with the patches | |||
336 | Why: Over 1K .text/.data size reduction, data is available in other | 336 | Why: Over 1K .text/.data size reduction, data is available in other |
337 | ways (ioctls) | 337 | ways (ioctls) |
338 | Who: Johannes Berg <johannes@sipsolutions.net> | 338 | Who: Johannes Berg <johannes@sipsolutions.net> |
339 | |||
340 | --------------------------- | ||
341 | |||
342 | What: CONFIG_NF_CT_ACCT | ||
343 | When: 2.6.29 | ||
344 | Why: Accounting can now be enabled/disabled without kernel recompilation. | ||
345 | Currently used only to set a default value for a feature that is also | ||
346 | controlled by a kernel/module/sysfs/sysctl parameter. | ||
347 | Who: Krzysztof Piotr Oledzki <ole@ans.pl> | ||
348 | |||
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 09ad7450647b..e4ef27584408 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1279,6 +1279,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1279 | This usage is only documented in each driver source | 1279 | This usage is only documented in each driver source |
1280 | file if at all. | 1280 | file if at all. |
1281 | 1281 | ||
1282 | nf_conntrack.acct= | ||
1283 | [NETFILTER] Enable connection tracking flow accounting | ||
1284 | 0 to disable accounting | ||
1285 | 1 to enable accounting | ||
1286 | Default value depends on CONFIG_NF_CT_ACCT that is | ||
1287 | going to be removed in 2.6.29. | ||
1288 | |||
1282 | nfsaddrs= [NFS] | 1289 | nfsaddrs= [NFS] |
1283 | See Documentation/filesystems/nfsroot.txt. | 1290 | See Documentation/filesystems/nfsroot.txt. |
1284 | 1291 | ||