From: Al Viro Date: Wed, 26 Apr 2006 06:28:09 +0000 (+0100) Subject: [PATCH] fix mips sys32_p{read,write} X-Git-Tag: v2.6.17-rc3~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad0013b316367671ef316cff91ab2d912e309c9;p=pandora-kernel.git [PATCH] fix mips sys32_p{read,write} Switched to use of sys_pread64()/sys_pwrite64() rather than keep duplicating their guts; among the little things that had been missing there were such as ret = security_file_permission (file, MAY_READ); Gotta love the LSM robustness, right? Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed