From: Dave Hansen Date: Fri, 15 Feb 2008 22:37:50 +0000 (-0800) Subject: [PATCH] r/o bind mounts: elevate write count for chmod/chown callers X-Git-Tag: v2.6.26-rc1~1134^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af482a7edfb8810539cacc2fdd8242611ca43bb;p=pandora-kernel.git [PATCH] r/o bind mounts: elevate write count for chmod/chown callers chown/chmod,etc... don't call permission in the same way that the normal "open for write" calls do. They still write to the filesystem, so bump the write count during these operations. Acked-by: Al Viro Signed-off-by: Christoph Hellwig Signed-off-by: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed