2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 14:43:58 +08:00
linux-next/drivers/staging/lustre
Peng Tao 1e4db2b325 staging/lustre: fix LBUG and inode refcount bug
ldlm_proc_setup and ldlm_proc_cleanup should reset global
pde pointers otherwise remount may hit
LASSERT(ldlm_ns_proc_dir == NULL);

Also in libcfs_sock_ioctl, fput() includes itself sock_release.
So don't call sock_release twice otherwise kernel may oops
due to incorrect inode ref counting.

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>
2013-05-30 20:49:45 +09:00
..
include/linux staging/lustre: adapt proc_dir_entry change 2013-05-30 20:49:44 +09:00
lnet staging: add Lustre file system client support 2013-05-14 13:54:50 -04:00
lustre staging/lustre: fix LBUG and inode refcount bug 2013-05-30 20:49:45 +09:00
Kconfig staging: add Lustre file system client support 2013-05-14 13:54:50 -04:00
Makefile staging: add Lustre file system client support 2013-05-14 13:54:50 -04:00
TODO staging: add Lustre file system client support 2013-05-14 13:54:50 -04:00