]> 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)
commit3966ad02505e8c825440735ddafc3f36b72208c5
tree97c8f18e79309c146aa72bd73cc9b17f3b78543a
parent954c40676c220f6ae450f9171e4d76f051d29762
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