lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 17 Feb 2011 16:41:48 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Namhyung Kim <namhyung@...il.com>
Cc:	Alexander Viro <viro@...iv.linux.org.uk>,
	Nick Piggin <npiggin@...nel.dk>, linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs: update comments to point correct document

On Sat, 22 Jan 2011, Namhyung Kim wrote:

> dcache-locking.txt is not exist any more, and the path was not
> correct anyway. Fix it.
> 
> Signed-off-by: Namhyung Kim <namhyung@...il.com>
> ---
>  fs/dcache.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/dcache.c b/fs/dcache.c
> index 9f493ee4dcba..56be05ef4fe3 100644
> --- a/fs/dcache.c
> +++ b/fs/dcache.c
> @@ -1779,7 +1779,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;
> @@ -1899,7 +1899,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();

Doesn't seem to be present in linux-next as of today. I have picked that 
up.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ