Merge branch 'old.dcache' into work.dcache
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Apr 2018 04:40:19 +0000 (00:40 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Apr 2018 04:40:19 +0000 (00:40 -0400)
include/linux/dcache.h

index c84ffbf..94acbde 100644 (file)
@@ -359,7 +359,7 @@ static inline void dont_mount(struct dentry *dentry)
 
 extern void __d_lookup_done(struct dentry *);
 
-static inline int d_in_lookup(struct dentry *dentry)
+static inline int d_in_lookup(const struct dentry *dentry)
 {
        return dentry->d_flags & DCACHE_PAR_LOOKUP;
 }
@@ -487,7 +487,7 @@ static inline bool d_really_is_positive(const struct dentry *dentry)
        return dentry->d_inode != NULL;
 }
 
-static inline int simple_positive(struct dentry *dentry)
+static inline int simple_positive(const struct dentry *dentry)
 {
        return d_really_is_positive(dentry) && !d_unhashed(dentry);
 }