From: Christoph Hellwig Date: Wed, 9 Nov 2005 05:35:04 +0000 (-0800) Subject: [PATCH] add a file_permission helper X-Git-Tag: v2.6.15-rc1~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c744fb83da0771afa04695028e3550b798dad90;p=pandora-kernel.git [PATCH] add a file_permission helper A few more callers of permission() just want to check for a different access pattern on an already open file. This patch adds a wrapper for permission() that takes a file in preparation of per-mount read-only support and to clean up the callers a little. The helper is not intended for new code, everything without the interface set in stone should use vfs_permission() Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed