[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200316034600.125962-1-wei.zheng@vivo.com>
Date: Mon, 16 Mar 2020 11:45:57 +0800
From: Zheng Wei <wei.zheng@...o.com>
To: Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>, Chris Mason <clm@...com>,
Josef Bacik <josef@...icpanda.com>,
David Sterba <dsterba@...e.com>,
Allison Randal <allison@...utok.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Hanjun Guo <guohanjun@...wei.com>,
Enrico Weigelt <info@...ux.net>,
Yunfeng Ye <yeyunfeng@...wei.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-btrfs@...r.kernel.org
Cc: kernel@...o.com, wenhu.wang@...o.com,
Zheng Wei <wei.zheng@...o.com>
Subject: [PATCH v2,RESEND] btrfs: fix the duplicated definition of 'inode_item_err'
remove the duplicated definition of 'inode_item_err'
in the file tree-checker.c
Signed-off-by: Zheng Wei <wei.zheng@...o.com>
---
changelog
v1 -> v2
- resend for the failure of delivery to some recipients.
fs/btrfs/tree-checker.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fs/btrfs/tree-checker.c b/fs/btrfs/tree-checker.c
index a92f8a6dd192..517b44300a05 100644
--- a/fs/btrfs/tree-checker.c
+++ b/fs/btrfs/tree-checker.c
@@ -957,10 +957,6 @@ static int check_dev_item(struct extent_buffer *leaf,
return 0;
}
-/* Inode item error output has the same format as dir_item_err() */
-#define inode_item_err(eb, slot, fmt, ...) \
- dir_item_err(eb, slot, fmt, __VA_ARGS__)
-
static int check_inode_item(struct extent_buffer *leaf,
struct btrfs_key *key, int slot)
{
--
2.17.1
Powered by blists - more mailing lists