commit | b46799a8f28c43c5264ac8d8ffa28b311b557e03 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Mon Aug 18 20:49:58 2014 +0400 |
committer | Steve French <smfrench@gmail.com> | Sun Aug 17 05:08:46 2014 -0500 |
tree | f519d2ee068849666edb8d563af7a711020ec6ff | |
parent | 52755808d4525f4d5b86d112d36ffc7a46f3fb48 [diff] |
CIFS: Fix wrong directory attributes after rename When we requests rename we also need to update attributes of both source and target parent directories. Not doing it causes generic/309 xfstest to fail on SMB2 mounts. Fix this by marking these directories for force revalidating. Cc: <stable@vger.kernel.org> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>