]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: fix the code comments for LZO compression workspace
authorJie Liu <jeff.liu@oracle.com>
Thu, 6 Jun 2013 13:38:50 +0000 (13:38 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 1 Jul 2013 12:52:26 +0000 (08:52 -0400)
commite0e16afa6a11887ac3e315739259a897d7db7e31
tree97c8f18e79309c146aa72bd73cc9b17f3b78543a
parente66f44ce1cb331e1f3edea18714d610f0f03357c
btrfs: fix the code comments for LZO compression workspace

Fix the code comments for lzo compression workspace.
The buf item is used to store the decompressed data
and cbuf is used to store the compressed data.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/lzo.c