vfs: make argument of d_real_inode() const
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 1 Sep 2016 09:21:15 +0000 (11:21 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 5 Sep 2016 11:57:49 +0000 (13:57 +0200)
commitfdcc087f01848d5afdb9f2c9b2e9980394a98318
tree153d0ee421ad78b773662a434a46510939ff9b97
parent56f6af74116ec71834ec5ae17ef5119fe357d1b7
vfs: make argument of d_real_inode() const

d_op->d_real() leaves the dentry alone except if the third argument is
non-zero.  Unfortunately very difficult to explain to the compiler without
a cast.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Acked-by: Jeff Layton <jlayton@poochiereds.net>
include/linux/dcache.h
This page took 0.024658 seconds and 5 git commands to generate.