Commit 95d01fa4 authored by Russell Cattelan's avatar Russell Cattelan Committed by Nathan Scott

[XFS] Whitespace cleanup

Merge whitespace cleanup to 2.5 tree

SGI Modid: 2.5.x-xfs:slinx:144573a
parent b94ca00e
...@@ -122,4 +122,3 @@ fs_flush_pages( ...@@ -122,4 +122,3 @@ fs_flush_pages(
return 0; return 0;
} }
...@@ -903,4 +903,3 @@ xfs_dev_is_read_only(xfs_mount_t *mp, char *message) ...@@ -903,4 +903,3 @@ xfs_dev_is_read_only(xfs_mount_t *mp, char *message)
return 0; return 0;
} }
...@@ -6208,4 +6208,3 @@ xfs_bmap_count_leaves( ...@@ -6208,4 +6208,3 @@ xfs_bmap_count_leaves(
*count += xfs_bmbt_disk_get_blockcount(frp); *count += xfs_bmbt_disk_get_blockcount(frp);
return 0; return 0;
} }
...@@ -1201,5 +1201,3 @@ xfs_buf_item_trace( ...@@ -1201,5 +1201,3 @@ xfs_buf_item_trace(
(void *)((unsigned long)bip->bli_item.li_flags)); (void *)((unsigned long)bip->bli_item.li_flags));
} }
#endif /* XFS_BLI_TRACE */ #endif /* XFS_BLI_TRACE */
...@@ -3608,4 +3608,3 @@ xlog_iclogs_empty(xlog_t *log) ...@@ -3608,4 +3608,3 @@ xlog_iclogs_empty(xlog_t *log)
} while (iclog != log->l_iclog); } while (iclog != log->l_iclog);
return(1); return(1);
} }
...@@ -583,6 +583,3 @@ xfs_ail_check( ...@@ -583,6 +583,3 @@ xfs_ail_check(
ASSERT(base->ail_back == prev_lip); ASSERT(base->ail_back == prev_lip);
} }
#endif /* XFSDEBUG */ #endif /* XFSDEBUG */
...@@ -143,8 +143,3 @@ xfs_trans_log_efd_extent(xfs_trans_t *tp, ...@@ -143,8 +143,3 @@ xfs_trans_log_efd_extent(xfs_trans_t *tp,
extp->ext_len = ext_len; extp->ext_len = ext_len;
efdp->efd_next_extent++; efdp->efd_next_extent++;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment