From: Tao Ma Date: Mon, 13 Sep 2010 06:00:23 +0000 (+0800) Subject: ocfs2: update ctime when changing the file's permission by setfacl X-Git-Tag: v2.6.36-rc6~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12828061cdacfb1db3eb03fd71952d5ebc555bbb;p=pandora-kernel.git ocfs2: update ctime when changing the file's permission by setfacl In commit 30e2bab, ext3 fixed it. So change it accordingly in ocfs2. Steps to reproduce: # touch aaa # stat -c %Z aaa 1283760364 # setfacl -m 'u::x,g::x,o::x' aaa # stat -c %Z aaa 1283760364 Signed-off-by: Tao Ma Signed-off-by: Joel Becker --- Reading git-diff-tree failed