diff options
-rw-r--r-- | Documentation/filesystems/proc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 12a5e6e693b6..2a4e63f5122c 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
@@ -496,7 +496,9 @@ manner. The codes are the following: | |||
496 | 496 | ||
497 | Note that there is no guarantee that every flag and associated mnemonic will | 497 | Note that there is no guarantee that every flag and associated mnemonic will |
498 | be present in all further kernel releases. Things get changed, the flags may | 498 | be present in all further kernel releases. Things get changed, the flags may |
499 | be vanished or the reverse -- new added. | 499 | be vanished or the reverse -- new added. Interpretation of their meaning |
500 | might change in future as well. So each consumer of these flags has to | ||
501 | follow each specific kernel version for the exact semantic. | ||
500 | 502 | ||
501 | This file is only present if the CONFIG_MMU kernel configuration option is | 503 | This file is only present if the CONFIG_MMU kernel configuration option is |
502 | enabled. | 504 | enabled. |