]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
feature-removal-schedule.txt: add the deprecated form of kmap_atomic()
authorCong Wang <amwang@redhat.com>
Sat, 26 Nov 2011 03:12:30 +0000 (11:12 +0800)
committerCong Wang <amwang@redhat.com>
Wed, 7 Dec 2011 09:12:19 +0000 (17:12 +0800)
Signed-off-by: Cong Wang <amwang@redhat.com>
Documentation/feature-removal-schedule.txt

index 3d849122b5b1bf345eac90465c988ff6bf1a0b68..65aef30315eedbc4987014195a5051e6ba4847aa 100644 (file)
@@ -551,3 +551,11 @@ When:      3.5
 Why:   The iwlagn module has been renamed iwlwifi.  The alias will be around
        for backward compatibility for several cycles and then dropped.
 Who:   Don Fry <donald.h.fry@intel.com>
+
+----------------------------
+
+What:  kmap_atomic(page, km_type)
+When:  3.5
+Why:   The old kmap_atomic() with two arguments is deprecated, we only
+       keep it for backward compatibility for few cycles and then drop it.
+Who:   Cong Wang <amwang@redhat.com>