assorted conversions to %p[dD]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -565,8 +565,8 @@ static int dlmfs_unlink(struct inode *dir,
|
||||
* to acquire a lock, this basically destroys our lockres. */
|
||||
status = user_dlm_destroy_lock(&DLMFS_I(inode)->ip_lockres);
|
||||
if (status < 0) {
|
||||
mlog(ML_ERROR, "unlink %.*s, error %d from destroy\n",
|
||||
dentry->d_name.len, dentry->d_name.name, status);
|
||||
mlog(ML_ERROR, "unlink %pd, error %d from destroy\n",
|
||||
dentry, status);
|
||||
goto bail;
|
||||
}
|
||||
status = simple_unlink(dir, dentry);
|
||||
|
Reference in New Issue
Block a user