From: Steven Whitehouse Date: Tue, 12 May 2009 06:23:50 +0000 (+1000) Subject: GFS2: Fix page_mkwrite() return code X-Git-Tag: v2.6.27.24~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b413c3438b84245825d03aeb80ecd9bae3af73a6;p=pandora-kernel.git GFS2: Fix page_mkwrite() return code commit e56985da455b9dc0591b8cb2006cc94b6f4fb0f4 upstream This allows for the possibility of returning VM_FAULT_OOM as well as VM_FAULT_SIGBUS. This ensures that the correct action is taken. Signed-off-by: Steven Whitehouse Cc: Nick Piggin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed