[Devel] [RFC PATCH 10/17] ckpt_write_err update fs/eventpoll.c
Serge Hallyn
serge at us.ibm.com
Tue Oct 27 15:48:00 PDT 2009
From: Serge E. Hallyn <serue at us.ibm.com>
Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
---
fs/eventpoll.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/eventpoll.c b/fs/eventpoll.c
index e07de97..f21745b 100644
--- a/fs/eventpoll.c
+++ b/fs/eventpoll.c
@@ -1549,7 +1549,7 @@ unlock:
if (num_items != 0 || (num_items == 0 && rbp))
ret = -EBUSY; /* extra item(s) -- checkpoint obj leak */
if (ret)
- ckpt_write_err(ctx, "E", " checkpointing epoll items.\n", ret);
+ ckpt_write_err(ctx, "%(E)checkpointing epoll items.\n", ret);
return ret;
}
--
1.6.1
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list