On Wed, Jun 27, 2018 at 03:22:51PM -0600, Ross Zwisler wrote:
Inodes using DAX should only ever have exceptional entries in their
page
caches. Make this clear by warning if the iteration in
dax_layout_busy_page() ever sees a non-exceptional entry, and by adding a
comment for the pagevec_release() call which only deals with struct page
pointers.
Signed-off-by: Ross Zwisler <ross.zwisler(a)linux.intel.com>
Reviewed-by: Jan Kara <jack(a)suse.cz>
Thanks, applied (to the ext4 tree). If someone thinks they should go
in via some other tree, holler.
- Ted