From 3c59ccd32abb8f636b1573533d3e77972e80a9c9 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 16 Apr 2013 08:15:25 +0000 Subject: [PATCH] Btrfs: fix reada debug code compilation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes the following errors: fs/btrfs/reada.c: In function ‘btrfs_reada_wait’: fs/btrfs/reada.c:958:42: error: invalid operands to binary < (have ‘atomic_t’ and ‘int’) fs/btrfs/reada.c:961:41: error: invalid operands to binary < (have ‘atomic_t’ and ‘int’) Signed-off-by: Vincent Stehlé Cc: Chris Mason Cc: linux-btrfs@vger.kernel.org Reviewed-by: David Sterba Signed-off-by: Josef Bacik --- Reading git-format-patch failed