From: Sven Wegener Date: Tue, 10 Jun 2008 01:57:42 +0000 (-0400) Subject: Btrfs: Invalidate dcache entry after creating snapshot and X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b96362cc8d314c935c335d5c3c42eb93c23166b;p=pandora-kernel.git Btrfs: Invalidate dcache entry after creating snapshot and We need to invalidate an existing dcache entry after creating a new snapshot or subvolume, because a negative dache entry will stop us from accessing the new snapshot or subvolume. --- ctree.h | 23 +++++++++++++++++++++++ inode.c | 4 ++++ transaction.c | 4 ++++ 3 files changed, 31 insertions(+) Signed-off-by: Chris Mason --- Reading git-diff-tree failed