| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 02/19] xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok() |
| From: | Eric Sandeen <sandeen@xxxxxxxxxx> |
| Date: | Mon, 7 Apr 2014 14:58:49 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1396900746-22201-1-git-send-email-sandeen@xxxxxxxxxx> |
| References: | <1396900746-22201-1-git-send-email-sandeen@xxxxxxxxxx> |
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---
fs/xfs/xfs_attr_remote.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/fs/xfs/xfs_attr_remote.c b/fs/xfs/xfs_attr_remote.c
index 5549d69..90b2b58 100644
--- a/fs/xfs/xfs_attr_remote.c
+++ b/fs/xfs/xfs_attr_remote.c
@@ -68,7 +68,6 @@ xfs_attr3_rmt_blocks(
*/
static bool
xfs_attr3_rmt_hdr_ok(
- struct xfs_mount *mp,
void *ptr,
xfs_ino_t ino,
uint32_t offset,
@@ -254,7 +253,7 @@ xfs_attr_rmtval_copyout(
byte_cnt = min(*valuelen, byte_cnt);
if (xfs_sb_version_hascrc(&mp->m_sb)) {
- if (!xfs_attr3_rmt_hdr_ok(mp, src, ino, *offset,
+ if (!xfs_attr3_rmt_hdr_ok(src, ino, *offset,
byte_cnt, bno)) {
xfs_alert(mp,
"remote attribute header mismatch bno/off/len/owner (0x%llx/0x%x/Ox%x/0x%llx)",
--
1.7.1
|
| Previous by Date: | [PATCH 07/19] xfs: remove unused args from xfs_alloc_buftarg(), Eric Sandeen |
|---|---|
| Next by Date: | [PATCH 00/19] xfs: remove a bunch of unused function args, Eric Sandeen |
| Previous by Thread: | [PATCH 07/19] xfs: remove unused args from xfs_alloc_buftarg(), Eric Sandeen |
| Next by Thread: | [PATCH 08/19] xfs: remove unused flags arg from _xfs_buf_get_pages(), Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |