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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html