linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: update comments to point correct document
@ 2011-01-22  6:31 Namhyung Kim
  2011-02-17 15:41 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2011-01-22  6:31 UTC (permalink / raw)
  To: Alexander Viro, Nick Piggin, Jiri Kosina; +Cc: linux-fsdevel, linux-kernel

dcache-locking.txt is not exist any more, and the path was not
correct anyway. Fix it.

Signed-off-by: Namhyung Kim <namhyung@gmail.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();
 	
-- 
1.7.3.4.600.g982838b0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: update comments to point correct document
  2011-01-22  6:31 [PATCH] fs: update comments to point correct document Namhyung Kim
@ 2011-02-17 15:41 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2011-02-17 15:41 UTC (permalink / raw)
  To: Namhyung Kim; +Cc: Alexander Viro, Nick Piggin, linux-fsdevel, linux-kernel

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@gmail.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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-17 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  6:31 [PATCH] fs: update comments to point correct document Namhyung Kim
2011-02-17 15:41 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).