From 41dff7ac1a7c97f5532931154bfdf505d7ce1631 Mon Sep 17 00:00:00 2001 From: Tristan Lelong Date: Sat, 17 Jan 2015 23:44:49 -0800 Subject: [PATCH] staging: lustre: remove kmalloc from fld_proc_hash_seq_write This patch simplifies the fld_proc_hash_seq_write function by removing the dynamic memory allocation. The longest fh_name used so far in lustre is 4 characters. We use a 8 bytes variable to be on the safe side. Signed-off-by: Tristan Lelong Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed