From c372c3725fa5335fbbf1aeb6e7056c8f22ff19cc Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Sat, 19 Apr 2008 13:49:34 -0400 Subject: [PATCH] --- yaml --- r: 91333 b: refs/heads/master c: d2f5e80862d33a7746a40569840248a592dbc395 h: refs/heads/master i: 91331: 07d8741e8ccac80db1d7eacc31318ae47663f10b v: v3 --- [refs] | 2 +- trunk/Documentation/feature-removal-schedule.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3dae7a11a778..446a6a15cce5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6188e10d38b8d7244ee7776d5f1f88c837b4b93f +refs/heads/master: d2f5e80862d33a7746a40569840248a592dbc395 diff --git a/trunk/Documentation/feature-removal-schedule.txt b/trunk/Documentation/feature-removal-schedule.txt index af0e9393bf68..44ce6f607f25 100644 --- a/trunk/Documentation/feature-removal-schedule.txt +++ b/trunk/Documentation/feature-removal-schedule.txt @@ -291,3 +291,11 @@ Why: /sys/fs/o2cb is the proper location for this information - /sys/o2cb ocfs2-tools. 2 years should be sufficient time to phase in new versions which know to look in /sys/fs/o2cb. Who: ocfs2-devel@oss.oracle.com + +--------------------------- + +What: asm/semaphore.h +When: 2.6.26 +Why: Implementation became generic; users should now include + linux/semaphore.h instead. +Who: Matthew Wilcox