]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()
authorFilipe Manana <fdmanana@suse.com>
Wed, 10 Jun 2015 11:55:41 +0000 (12:55 +0100)
committerChris Mason <clm@fb.com>
Thu, 2 Jul 2015 00:17:19 +0000 (17:17 -0700)
commitda3615c04b20d0e43c4f9616ff1932cf9b02874d
treea6457331bf7b6053afd8bddd6001f631c3de5f86
parenta52f5dbdcc8ec72d6f5a0f2fe8adadc6bcb98bf4
Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()

The comment was not correct about the part where it says the endio
callback of the bio might have not yet been called - update it
to mention that by that time the endio callback execution might
still be in progress only.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/inode.c