Whamcloud - gitweb
LU-118: clear_inode: BUG_ON(inode->i_data.nrpages)
authorJinshan Xiong <jay@whamcloud.com>
Fri, 3 Jun 2011 22:12:33 +0000 (15:12 -0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 6 Jun 2011 15:34:25 +0000 (08:34 -0700)
commit1cc2498510e2e6f2a3dfd16f9fc323aa4a90faad
tree27ebd3209d2ef4aee9caf7fbda5377075220d1c3
parent70007398bcccdf768a7dadba1804fe2d988bbe7b
LU-118: clear_inode: BUG_ON(inode->i_data.nrpages)

This is a workaround patch to fix the problem. This patch should be gone
after there is a fix appearing in mainstream kernel.

Change-Id: I5a78ecae626e5d82cd9eac5dc2c2b849d4afd368
Signed-off-by: Jinshan Xiong <jay@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/879
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/llite_lib.c