Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy
Pull jfs updates from Dave Kleikamp: "Some jfs logging cleanups from Joe Perches" * tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy: jfs: Coalesce some formats jfs: Remove unnecessary line continuations and terminating newlines jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses
This commit is contained in:
@@ -1225,8 +1225,8 @@ static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry,
|
||||
rc = dtSearch(new_dir, &new_dname, &ino, &btstack,
|
||||
JFS_CREATE);
|
||||
if (rc) {
|
||||
jfs_err("jfs_rename didn't expect dtSearch to fail "
|
||||
"w/rc = %d", rc);
|
||||
jfs_err("jfs_rename didn't expect dtSearch to fail w/rc = %d",
|
||||
rc);
|
||||
goto out_tx;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user