]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: use wait_event instead of a single function
authorLiu Bo <bo.li.liu@oracle.com>
Fri, 1 Sep 2017 22:14:29 +0000 (16:14 -0600)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:55 +0000 (12:27 +0100)
commit5f958e78580b86a8cc53a0d91c11ff17043de5c7
tree9d4d89f959643ca7c8717009f11d43cafea20394
parenta45287f9733d6aca1db8b771be62440756d1a632
Btrfs: use wait_event instead of a single function

Since TASK_UNINTERRUPTIBLE has been used here, wait_event() can do the
same job.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c