From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: [PATCH 0/9] Patches promoting the use of %pd in printk Date: Tue, 10 Dec 2013 15:26:12 +0000 Message-ID: <20131210152612.4916.80435.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org To: viro@zeniv.linux.org.uk Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55150 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753016Ab3LJP0P (ORCPT ); Tue, 10 Dec 2013 10:26:15 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Al, Here are some patches that make use of the %pd printk specifier and the like in more places in filesystem code. The patches can be found here also: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=for-viro David --- David Howells (9): Use %pd in AFS Use %pd in AutoFS Use %pd in CacheFiles Use %pd in CIFS Use %pd in eCryptFS Use %pd in Ext4 Use %pd in NFSD Use %pd in ConfigFS Use %pd in general VFS code fs/afs/dir.c | 72 ++++++++++++++++++++++--------------------------- fs/afs/inode.c | 5 +-- fs/afs/mntpt.c | 20 +++----------- fs/afs/write.c | 5 +-- fs/autofs4/expire.c | 27 ++++++------------ fs/autofs4/root.c | 23 +++++----------- fs/cachefiles/namei.c | 19 ++++--------- fs/cachefiles/xattr.c | 18 ++++-------- fs/cifs/dir.c | 14 +++++----- fs/cifs/file.c | 10 +++---- fs/cifs/inode.c | 12 ++++---- fs/configfs/dir.c | 5 +-- fs/dcache.c | 4 +-- fs/ecryptfs/file.c | 4 +-- fs/ecryptfs/inode.c | 12 ++++---- fs/ext4/namei.c | 5 +-- fs/nfsd/nfs4xdr.c | 2 + 17 files changed, 101 insertions(+), 156 deletions(-)