]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] r/o bind mounts: elevate count for xfs timestamp updates
authorDave Hansen <haveblue@us.ibm.com>
Fri, 15 Feb 2008 22:37:53 +0000 (14:37 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 19 Apr 2008 04:29:26 +0000 (00:29 -0400)
commitec82687f29127a954dd0da95dc1e0a4ce92b560c
tree952b4f3f7128e2f5798607d595fb43d89c458e17
parent2f676cbc0d60ae806216c7a61c6971bd72dedde8
[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 <viro@ZenIV.linux.org.uk>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/xfs/linux-2.6/xfs_iops.c
fs/xfs/linux-2.6/xfs_lrw.c