From: David Howells Date: Mon, 25 Jun 2012 11:55:46 +0000 (+0100) Subject: VFS: Split inode_permission() X-Git-Tag: v3.6-rc1~152^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdaea9017b9d2b9996e153a71ee03555969b80e;p=pandora-kernel.git VFS: Split inode_permission() Split inode_permission() into inode- and superblock-dependent parts. This is aimed at unionmounts where the superblock from the upper layer has to be checked rather than the superblock from the lower layer as the upper layer may be writable, thus allowing an unwritable file from the lower layer to be copied up and modified. Original-author: Valerie Aurora Signed-off-by: David Howells (Further development) Signed-off-by: Al Viro --- Reading git-diff-tree failed