dax: fix a comment in dax_zero_page_range and dax_truncate_page
authorVishal Verma <vishal.l.verma@intel.com>
Thu, 21 Apr 2016 20:45:56 +0000 (16:45 -0400)
committerVishal Verma <vishal.l.verma@intel.com>
Wed, 18 May 2016 18:16:58 +0000 (12:16 -0600)
commit40543f62cbdce42633e3fe10923099feee272e1f
treea42d0be3bb305e19628b3d118ad4be9a80fbc4a8
parent4b0228fa1d753f77fe0e6cf4c41398ec77dfbd2a
dax: fix a comment in dax_zero_page_range and dax_truncate_page

The distinction between PAGE_SIZE and PAGE_CACHE_SIZE was removed in

09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release}
macros

The comments for the above functions described a distinction between
those, that is now redundant, so remove those paragraphs

Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
fs/dax.c