commit | e56985da455b9dc0591b8cb2006cc94b6f4fb0f4 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Apr 20 09:45:54 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Apr 20 16:02:02 2009 +0100 |
tree | 0ae2bf7a5001fbf9fdc9dc027c03e63670303b85 | |
parent | 52fcd11c0900b0cbc584eeda12a6e27dd6c9d046 [diff] |
GFS2: Fix page_mkwrite() return code 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 <swhiteho@redhat.com>