Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 374e4e3e authored by Bryan Schumaker's avatar Bryan Schumaker Committed by Trond Myklebust
Browse files

Additional readdir cookie loop information



Print out the name of the file that triggers the cookie loop  message to
make it slightly easier to track down the cause.

Signed-off-by: default avatarBryan Schumaker <bjschuma@netapp.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 0c030806
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;