diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index fbbaee8f7829..8a6bb7157ff5 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -340,6 +340,7 @@ static inline struct dentry *dget_dlock(struct dentry *dentry) } return dentry; } + static inline struct dentry *dget(struct dentry *dentry) { if (dentry) { |
