]> rtime.felk.cvut.cz Git - linux-imx.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)
commit3fb4037599a9f14b6c58e2a813aeb03bfa03dd8f
tree97c8f18e79309c146aa72bd73cc9b17f3b78543a
parent5bc7247ac47cf100309e4d7e24214889c46a1636
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