]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: use <= instead of < in is_extent_unchanged
authorAlexander Block <ablock84@googlemail.com>
Wed, 1 Aug 2012 10:49:15 +0000 (12:49 +0200)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:18:58 +0000 (15:18 -0400)
commit66591ee05c10557e1e07715a36ef62976c4ad7a5
treed7d31fdcfc5fca5977b81b711ffd7ea956a8ecb1
parent14b1166148f9a55409f21a8e69f0f45653a24372
Btrfs: use <= instead of < in is_extent_unchanged

Used the wrong compare operator here.

Reported-by: Alex Lyakas <alex.bolshoy.btrfs@gmail.com>
Signed-off-by: Alexander Block <ablock84@googlemail.com>
fs/btrfs/send.c