]> Git Repo - linux.git/blobdiff - fs/btrfs/tree-checker.c
writeback: Protect inode->i_io_list with inode->i_lock
[linux.git] / fs / btrfs / tree-checker.c
index a92f8a6dd192911b0922de13ebc72ba4fd2ed367..517b44300a05c940586ebcaa69e8881f21a722d0 100644 (file)
@@ -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)
 {
This page took 0.037431 seconds and 4 git commands to generate.