]> git.karo-electronics.de Git - linux-beck.git/commit
staging/lustre/llite: fix a flag bug of vvp_io_kernel_fault()
authorLi Xi <lixi@ddn.com>
Mon, 23 Jun 2014 01:32:21 +0000 (21:32 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:45:06 +0000 (20:45 -0400)
commit733bd244ab1d03db5416b968500092977690a0be
tree7231fa1e139d3845a9f4758d5c22ebe6f328b052
parent09516500cb7555e83aceb9316ce69b0baf6ad1eb
staging/lustre/llite: fix a flag bug of vvp_io_kernel_fault()

After vvp_io_kernel_fault() locked the page, it should set
VM_FAULT_LOCKED.

Signed-off-by: Li Xi <lixi@ddn.com>
Reviewed-on: http://review.whamcloud.com/10740
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/vvp_io.c