libceph: align session_key and con_secret to 16 bytes
[linux-2.6-microblaze.git] / fs / xfs / xfs_buf_item.c
index 0356f2e..dc0be2a 100644 (file)
@@ -412,7 +412,7 @@ xfs_buf_item_unpin(
        int                     remove)
 {
        struct xfs_buf_log_item *bip = BUF_ITEM(lip);
-       xfs_buf_t               *bp = bip->bli_buf;
+       struct xfs_buf          *bp = bip->bli_buf;
        int                     stale = bip->bli_flags & XFS_BLI_STALE;
        int                     freed;
 
@@ -942,7 +942,7 @@ xfs_buf_item_free(
  */
 void
 xfs_buf_item_relse(
-       xfs_buf_t       *bp)
+       struct xfs_buf  *bp)
 {
        struct xfs_buf_log_item *bip = bp->b_log_item;