OSDN Git Service

staging: lustre: llite: don't clean in_data again
authorShawn Lin <shawn.lin@rock-chips.com>
Sun, 21 Aug 2016 02:44:37 +0000 (10:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 14:39:31 +0000 (16:39 +0200)
commit18c6e2d60263022ee82953de6a66d171db0377fd
treeee2a5c41fdd4f2b58ef12958ceaea9cdc07ff326
parent550982ccdb8710e2b28e4ad7211fcca8694a1282
staging: lustre: llite: don't clean in_data again

We have got a zero buffer for in_data as we use
kzalloc here. So let's remove it anyway.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Acked-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/file.c