vfs: add the fadvise() file operation
authorAmir Goldstein <amir73il@gmail.com>
Mon, 27 Aug 2018 12:56:02 +0000 (15:56 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 30 Aug 2018 15:08:35 +0000 (17:08 +0200)
commit45cd0faae3715e305bc46e23b34c5ed4d185ceb8
treebe01e26c488ebd3cb7943136a0805563e311d117
parent17ef445f9befdc5c9adac270b18240ad24ee50ec
vfs: add the fadvise() file operation

This is going to be used by overlayfs and possibly useful
for other filesystems.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Documentation/filesystems/vfs.txt
include/linux/fs.h
mm/fadvise.c