From: Dave Hansen Date: Fri, 15 Feb 2008 22:37:46 +0000 (-0800) Subject: [PATCH] r/o bind mounts: elevate write count for ioctls() X-Git-Tag: v2.6.26-rc1~1134^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a74f206b914db13ee1f5ae932dcd91a77c8579;p=pandora-kernel.git [PATCH] r/o bind mounts: elevate write count for ioctls() Some ioctl()s can cause writes to the filesystem. Take these, and make them use mnt_want/drop_write() instead. [AV: updated] 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