Whamcloud - gitweb
LU-3331 obdclass: return errors from class_procfs_init() 35/11935/2
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 16 Sep 2014 00:02:49 +0000 (19:02 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 18 Sep 2014 10:23:37 +0000 (10:23 +0000)
commit229ca819001710e5a53b335ef9a3623daf692386
tree90f9abdd684dcf583187f9518df4e5b8f78b724f
parent726b556c6c42ac79399a4e1dab4f667547f96051
LU-3331 obdclass: return errors from class_procfs_init()

In class_procfs_init() if /proc/fs/lustre/ or /proc/fs/lustre/devices
cannot be created then cleanup and return an error.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I236a4af31c44b73207d411c02873c10ee7478ca7
Reviewed-on: http://review.whamcloud.com/11935
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/obdclass/linux/linux-module.c