xfs-masters
[Top] [All Lists]

[xfs-masters] [PATCH][TRIVIAL] xfs: line duplication

To: xfs-masters@xxxxxxxxxxx
Subject: [xfs-masters] [PATCH][TRIVIAL] xfs: line duplication
From: Nicolas Kaiser <nikai@xxxxxxxxx>
Date: Sun, 20 Nov 2005 16:43:57 +0100
Cc: trivial@xxxxxxxxxxxxxxx
Organization: -
Reply-to: xfs-masters@xxxxxxxxxxx
Sender: xfs-masters-bounce@xxxxxxxxxxx
Line duplication.

Signed-off-by: Nicolas Kaiser <nikai@xxxxxxxxx>

---

--- a/fs/xfs/xfs_trans.h        2005-11-04 17:36:33.000000000 +0100
+++ b/fs/xfs/xfs_trans.h        2005-11-20 16:19:22.000000000 +0100
@@ -973,7 +973,6 @@ void                xfs_trans_bhold(xfs_trans_t *, str
 void           xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
 void           xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
 void           xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
-void           xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
 void           xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
 void           xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
 void           xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);


<Prev in Thread] Current Thread [Next in Thread>
  • [xfs-masters] [PATCH][TRIVIAL] xfs: line duplication, Nicolas Kaiser <=