From: Dave Hansen Date: Fri, 15 Feb 2008 22:37:53 +0000 (-0800) Subject: [PATCH] r/o bind mounts: elevate count for xfs timestamp updates X-Git-Tag: v2.6.26-rc1~1134^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec82687f29127a954dd0da95dc1e0a4ce92b560c;p=pandora-kernel.git [PATCH] r/o bind mounts: elevate count for xfs timestamp updates Elevate the write count during the xfs m/ctime updates. XFS has to do it's own timestamp updates due to an unfortunate VFS design limitation, so it will have to track writers by itself aswell. [hch: split out from the touch_atime patch as it's not related to it at all] Acked-by: Al Viro Signed-off-by: Christoph Hellwig Signed-off-by: Dave Hansen Signed-off-by: Al Viro --- Reading git-diff-tree failed