diff options
author | Tony Lindgren <tony@atomide.com> | 2013-06-07 12:12:25 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-06-07 12:12:25 -0400 |
commit | bea6412a994a8f49d81bc103907563ab9f94c371 (patch) | |
tree | 93afcafccce0f149d4221ec4bb6156dcdafdb0e5 /fs/xfs/xfs_buf.c | |
parent | 82c5cde1c4b01a62c9a19c9118b4b434c333ce86 (diff) | |
parent | 49006bfd31f728a0dfdef6ef41635f0e6c546155 (diff) |
Merge branch 'am33xx' into omap-for-v3.11/cleanup
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 0d2554299688..1b2472a46e46 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -513,6 +513,7 @@ _xfs_buf_find( | |||
513 | xfs_alert(btp->bt_mount, | 513 | xfs_alert(btp->bt_mount, |
514 | "%s: Block out of range: block 0x%llx, EOFS 0x%llx ", | 514 | "%s: Block out of range: block 0x%llx, EOFS 0x%llx ", |
515 | __func__, blkno, eofs); | 515 | __func__, blkno, eofs); |
516 | WARN_ON(1); | ||
516 | return NULL; | 517 | return NULL; |
517 | } | 518 | } |
518 | 519 | ||