X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=mm%2Fmapping_dirty_helpers.c;fp=mm%2Fmapping_dirty_helpers.c;h=2f8829b3541a98683c62dbaedeb9ab4d913fc7b0;hb=01a7eb3e20994701700631ec30462087c4ecf142;hp=a26dd8bcfcdba32799973ac44f51726c07323a9f;hpb=853f62a30422f1a9a9c1f4b44df9b0de0d46a9e9;p=sfrench%2Fcifs-2.6.git diff --git a/mm/mapping_dirty_helpers.c b/mm/mapping_dirty_helpers.c index a26dd8bcfcdb..2f8829b3541a 100644 --- a/mm/mapping_dirty_helpers.c +++ b/mm/mapping_dirty_helpers.c @@ -288,13 +288,14 @@ EXPORT_SYMBOL_GPL(wp_shared_mapping_range); * @end: Pointer to the number of the last set bit in @bitmap. * none set. The value is modified as new bits are set by the function. * - * Note: When this function returns there is no guarantee that a CPU has + * When this function returns there is no guarantee that a CPU has * not already dirtied new ptes. However it will not clean any ptes not * reported in the bitmap. The guarantees are as follows: - * a) All ptes dirty when the function starts executing will end up recorded - * in the bitmap. - * b) All ptes dirtied after that will either remain dirty, be recorded in the - * bitmap or both. + * + * * All ptes dirty when the function starts executing will end up recorded + * in the bitmap. + * * All ptes dirtied after that will either remain dirty, be recorded in the + * bitmap or both. * * If a caller needs to make sure all dirty ptes are picked up and none * additional are added, it first needs to write-protect the address-space