aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2011-07-16 12:10:35 -0400
committerJiri Kosina <jkosina@suse.cz>2011-07-22 10:47:15 -0400
commitdf2e301fee3c2c2a87592151397ad7699bb14c37 (patch)
tree09364e1443d8cac6c415af5e8d07b2b37793b68e /fs/xfs
parent497888cf69bf607ac1fe061a6437e0a670b0022f (diff)
fs: Merge split strings
No idea why these were split in the first place... Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_dir2_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2_node.c b/fs/xfs/xfs_dir2_node.c
index a0aab7d3294f..702d436e239c 100644
--- a/fs/xfs/xfs_dir2_node.c
+++ b/fs/xfs/xfs_dir2_node.c
@@ -1641,7 +1641,7 @@ xfs_dir2_node_addname_int(
1641 1641
1642 if (unlikely(xfs_dir2_db_to_fdb(mp, dbno) != fbno)) { 1642 if (unlikely(xfs_dir2_db_to_fdb(mp, dbno) != fbno)) {
1643 xfs_alert(mp, 1643 xfs_alert(mp,
1644 "%s: dir ino " "%llu needed freesp block %lld for\n" 1644 "%s: dir ino %llu needed freesp block %lld for\n"
1645 " data block %lld, got %lld ifbno %llu lastfbno %d", 1645 " data block %lld, got %lld ifbno %llu lastfbno %d",
1646 __func__, (unsigned long long)dp->i_ino, 1646 __func__, (unsigned long long)dp->i_ino,
1647 (long long)xfs_dir2_db_to_fdb(mp, dbno), 1647 (long long)xfs_dir2_db_to_fdb(mp, dbno),