commit | 7b1742eb06ead6d02a6cf3c44587088e5392d1aa | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Sep 16 12:44:20 2016 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Sep 16 12:44:20 2016 +0200 |
tree | 1a3692013066087926df59c7fc739ba680496041 | |
parent | c568d68341be7030f5647def68851e469b21ca11 [diff] |
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>