From 96924c35e3e011a6e6345546c9c536b44deea2ed Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Fri, 29 Jul 2011 11:49:06 -0400 Subject: [PATCH] --- yaml --- r: 261810 b: refs/heads/master c: 374e4e3ec347d4f70e1417ce3e1c454f133dab72 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/dir.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 564fdbf00cc7..fe4d3f39a9d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c0308066ca53fdf1423895f3a42838b67b3a5a8 +refs/heads/master: 374e4e3ec347d4f70e1417ce3e1c454f133dab72 diff --git a/trunk/fs/nfs/dir.c b/trunk/fs/nfs/dir.c index d23108b1e338..b238d95ac48c 100644 --- a/trunk/fs/nfs/dir.c +++ b/trunk/fs/nfs/dir.c @@ -365,9 +365,10 @@ int nfs_readdir_search_for_cookie(struct nfs_cache_array *array, nfs_readdir_des if (printk_ratelimit()) { pr_notice("NFS: directory %s/%s contains a readdir loop." "Please contact your server vendor. " - "Offending cookie: %llu\n", + "The file: %s has duplicate cookie %llu\n", desc->file->f_dentry->d_parent->d_name.name, desc->file->f_dentry->d_name.name, + array->array[i].string.name, *desc->dir_cookie); } status = -ELOOP;