commit | a34e15cc35c743f0e49125a4fbd22a7c55b686d8 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Jan 06 14:04:23 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 06 14:04:23 2014 -0500 |
tree | dd9df2a7457f5656b5c6a3aa20660ab2165fbe37 | |
parent | 52e4477758eef45c2fa28b087abf83847126bc28 [diff] |
ext4: use %pd printk specificer Use the new %pd printk() specifier in Ext4 to replace passing of dentry name or dentry name and name length * 2 with just passing the dentry. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> cc: Andreas Dilger <adilger.kernel@dilger.ca> cc: linux-ext4@vger.kernel.org