]> Pileus Git - ~andy/linux/blobdiff - fs/dcache.c
cifs: fix broken BCC check in is_valid_oplock_break
[~andy/linux] / fs / dcache.c
index 1baddc1cec48f5c0f16bf4a03560b69101ea3051..ad25c4cec7d50a7185459609bf6e5f63b9e9dcbd 100644 (file)
@@ -1811,7 +1811,7 @@ struct dentry *__d_lookup_rcu(struct dentry *parent, struct qstr *name,
         * false-negative result. d_lookup() protects against concurrent
         * renames using rename_lock seqlock.
         *
-        * See Documentation/vfs/dcache-locking.txt for more details.
+        * See Documentation/filesystems/path-lookup.txt for more details.
         */
        hlist_bl_for_each_entry_rcu(dentry, node, &b->head, d_hash) {
                struct inode *i;
@@ -1931,7 +1931,7 @@ struct dentry *__d_lookup(struct dentry *parent, struct qstr *name)
         * false-negative result. d_lookup() protects against concurrent
         * renames using rename_lock seqlock.
         *
-        * See Documentation/vfs/dcache-locking.txt for more details.
+        * See Documentation/filesystems/path-lookup.txt for more details.
         */
        rcu_read_lock();