OSDN Git Service

vfs: remove open_flags from d_real()
authorMiklos Szeredi <mszeredi@redhat.com>
Wed, 18 Jul 2018 13:44:44 +0000 (15:44 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 18 Jul 2018 13:44:44 +0000 (15:44 +0200)
commitfb16043b46831a75c9b076a7262ae035290b0409
treeaede88128c9d4ec05c36ac0864d3e01e2f916c34
parent573e1784817ca1f13d76a0df636929e983e5de3c
vfs: remove open_flags from d_real()

Opening regular files on overlayfs is now handled via ovl_open().  Remove
the now unused "open_flags" argument from d_op->d_real() and the d_real()
helper.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
fs/overlayfs/super.c
include/linux/dcache.h
include/linux/fs.h