Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy

Pull jfs update from Dave Kleikamp:
 "A couple cleanups to JFS for 3.11"

* tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy:
  jfs: Update jfs_error
  jfs: fix sparse warning in fs/jfs/xattr.c
This commit is contained in:
Linus Torvalds
2013-07-11 10:19:34 -07:00
melakukan 9db019278c
12 mengubah file dengan 128 tambahan dan 154 penghapusan

Melihat File

@@ -1176,7 +1176,7 @@ static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry,
if (!S_ISDIR(old_ip->i_mode) && new_ip)
IWRITE_UNLOCK(new_ip);
jfs_error(new_ip->i_sb,
"jfs_rename: new_ip->i_nlink != 0");
"new_ip->i_nlink != 0\n");
return -EIO;
}
tblk = tid_to_tblock(tid);