]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dax: improve comment about truncate race
authorMatthew Wilcox <willy@linux.intel.com>
Tue, 8 Sep 2015 21:59:17 +0000 (14:59 -0700)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:19:44 +0000 (12:19 -0500)
commitfa009dc5908e100ec515d20ca3f256b1416d4624
tree05042254857a514890193cc9f38e57e5b6629374
parenta3e5beb6c2ffa67ec217958bf87625789ff18c8a
dax: improve comment about truncate race

Orabug: 22913653

Jan Kara pointed out I should be more explicit here about the perils of
racing against truncate.  The comment is mostly the same as for the PTE
case.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit 84c4e5e675408b6fb7d74eec7da9a4a5698b50af)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/dax.c