Re: [PATCH] Btrfs: remove useless wait in lock_stripe_add

2017-12-05 Thread David Sterba
On Mon, Dec 04, 2017 at 06:09:42PM -0700, Liu Bo wrote: > The defined wait is not used anywhere. > > Signed-off-by: Liu Bo Reviewed-by: David Sterba -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to

[PATCH] Btrfs: remove useless wait in lock_stripe_add

2017-12-04 Thread Liu Bo
The defined wait is not used anywhere. Signed-off-by: Liu Bo --- fs/btrfs/raid56.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/raid56.c b/fs/btrfs/raid56.c index 24a6222..62bcda2 100644 --- a/fs/btrfs/raid56.c +++ b/fs/btrfs/raid56.c @@ -670,7 +670,6 @@