[rtems commit] libblock: Fix state descriptions

Sebastian Huber sebh at rtems.org
Thu May 24 15:29:49 UTC 2012


Module:    rtems
Branch:    master
Commit:    e7096b1fdf492a71ae3cdd88f073270f2fb5e639
Changeset: http://git.rtems.org/rtems/commit/?id=e7096b1fdf492a71ae3cdd88f073270f2fb5e639

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu May 24 14:39:06 2012 +0200

libblock: Fix state descriptions

---

 cpukit/libblock/src/bdbuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c
index de2cebd..d97265e 100644
--- a/cpukit/libblock/src/bdbuf.c
+++ b/cpukit/libblock/src/bdbuf.c
@@ -296,7 +296,7 @@ void
 rtems_bdbuf_show_users (const char* where, rtems_bdbuf_buffer* bd)
 {
   const char* states[] =
-    { "FR", "EM", "CH", "AC", "AM", "MD", "SY", "TR" };
+    { "FR", "EM", "CH", "AC", "AM", "AE", "AP", "MD", "SY", "TR", "TP" };
 
   printf ("bdbuf:users: %15s: [%" PRIu32 " (%s)] %td:%td = %" PRIu32 " %s\n",
           where,




More information about the vc mailing list