All of lore.kernel.org
 help / color / mirror / Atom feed
* - ecryptfs-fix-forgotten-format-specifier.patch removed from -mm tree
@ 2007-02-17  7:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-17  7:16 UTC (permalink / raw)
  To: t.hisch, mhalcrow, mm-commits


The patch titled
     ecryptfs: fix forgotten format specifier
has been removed from the -mm tree.  Its filename was
     ecryptfs-fix-forgotten-format-specifier.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: ecryptfs: fix forgotten format specifier
From: Thomas Hisch <t.hisch@gmail.com>

Add format specifier %d for uid in ecryptfs_printk

Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
Cc: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/ecryptfs/messaging.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN fs/ecryptfs/messaging.c~ecryptfs-fix-forgotten-format-specifier fs/ecryptfs/messaging.c
--- a/fs/ecryptfs/messaging.c~ecryptfs-fix-forgotten-format-specifier
+++ a/fs/ecryptfs/messaging.c
@@ -169,7 +169,8 @@ int ecryptfs_process_helo(unsigned int t
 	if (!new_id) {
 		rc = -ENOMEM;
 		ecryptfs_printk(KERN_ERR, "Failed to allocate memory; unable "
-				"to register daemon [%d] for user\n", pid, uid);
+				"to register daemon [%d] for user [%d]\n",
+				pid, uid);
 		goto unlock;
 	}
 	if (!ecryptfs_find_daemon_id(uid, &old_id)) {
_

Patches currently in -mm which might be from t.hisch@gmail.com are

origin.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-17  7:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17  7:16 - ecryptfs-fix-forgotten-format-specifier.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.