summaryrefslogtreecommitdiff
path: root/iface.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-19llmnrd: Fix address family type in event callbackTobias Klauser1-1/+2
2015-02-18llmnrd: Join IP multicast group on each new interfaceTobias Klauser1-2/+10
2015-02-06Initial import, still work in progressTobias Klauser1-0/+30
/td> commit40543f62cbdce42633e3fe10923099feee272e1f (patch) treea42d0be3bb305e19628b3d118ad4be9a80fbc4a8 parent4b0228fa1d753f77fe0e6cf4c41398ec77dfbd2a (diff)
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>
Diffstat
-rw-r--r--fs/dax.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/dax.c b/fs/dax.c