diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index bd07758943e0..59fcd24b1468 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -307,7 +307,7 @@ extern struct dentry *__d_lookup_rcu(struct dentry *parent, struct qstr *name, | |||
307 | * __d_rcu_to_refcount - take a refcount on dentry if sequence check is ok | 307 | * __d_rcu_to_refcount - take a refcount on dentry if sequence check is ok |
308 | * @dentry: dentry to take a ref on | 308 | * @dentry: dentry to take a ref on |
309 | * @seq: seqcount to verify against | 309 | * @seq: seqcount to verify against |
310 | * @Returns: 0 on failure, else 1. | 310 | * Returns: 0 on failure, else 1. |
311 | * | 311 | * |
312 | * __d_rcu_to_refcount operates on a dentry,seq pair that was returned | 312 | * __d_rcu_to_refcount operates on a dentry,seq pair that was returned |
313 | * by __d_lookup_rcu, to get a reference on an rcu-walk dentry. | 313 | * by __d_lookup_rcu, to get a reference on an rcu-walk dentry. |