]> git.karo-electronics.de Git - linux-beck.git/commit
staging/lustre/mdc: fix procfs fops
authorPeng Tao <bergwolf@gmail.com>
Thu, 6 Jun 2013 15:04:06 +0000 (23:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 18:39:53 +0000 (11:39 -0700)
commit92ab7d7ff427e77ad554a426a3ac7bec3cfaae9e
treeac37e1fb2aab5a9a729e3684b0de3cd3639e5c59
parentee04fd11f11fb67ff0ae482a6710f97f499c19e2
staging/lustre/mdc: fix procfs fops

mdc_kuc_fops is missing open/release handlers. I fixed it before but
somehow forgot to amend to the patch sent out. Sorry...

Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mdc/lproc_mdc.c