commit | 0b94e97a25d9b06ef17fca8da23169200bead1e2 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Thu Dec 06 11:19:57 2007 -0500 |
committer | Matthew Wilcox <willy@linux.intel.com> | Thu Dec 06 17:35:48 2007 -0500 |
tree | 4f7d920d03e9532d93921831efe704a4b645a3b4 | |
parent | 2687a3569e40b1302f96698bcd6329aeb0ce3dd2 [diff] |
Use lock_page_killable Replacing lock_page with lock_page_killable in do_generic_mapping_read() allows us to kill `cat' of a file on an NFS-mounted filesystem Signed-off-by: Matthew Wilcox <willy@linux.intel.com>