]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Fix page_mkwrite() return code
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Apr 2009 08:45:54 +0000 (09:45 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Apr 2009 15:02:02 +0000 (16:02 +0100)
commit6de28c607cc69371757a323b252c55a96bb7b193
tree0ae2bf7a5001fbf9fdc9dc027c03e63670303b85
parent8c544f4f21487865955f3243bf2167da1ce7efbf
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>
fs/gfs2/ops_file.c