]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix reada debug code compilation
authorVincent <vincent.stehle@laposte.net>
Tue, 16 Apr 2013 08:15:25 +0000 (08:15 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:54:55 +0000 (15:54 -0400)
commit9e528d7671f6feadb517b85f22f6b41bf9b04d56
treeab3e05311c700f331d4527a0bd07db2b8fab7c0c
parente3d4e862aadbd80c0e9e81f19955933c419002d8
Btrfs: fix reada debug code compilation

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é <vincent.stehle@laposte.net>
Cc: Chris Mason <chris.mason@fusionio.com>
Cc: linux-btrfs@vger.kernel.org
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/reada.c