diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 128fe23d3f1e..3b59c5ded3fb 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -1079,7 +1079,9 @@ static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, int | |||
1079 | * the user though... | 1079 | * the user though... |
1080 | */ | 1080 | */ |
1081 | if (status == -NFS4ERR_BAD_SEQID) { | 1081 | if (status == -NFS4ERR_BAD_SEQID) { |
1082 | printk(KERN_WARNING "NFS: v4 server returned a bad sequence-id error!\n"); | 1082 | printk(KERN_WARNING "NFS: v4 server %s " |
1083 | " returned a bad sequence-id error!\n", | ||
1084 | NFS_SERVER(dir)->nfs_client->cl_hostname); | ||
1083 | exception.retry = 1; | 1085 | exception.retry = 1; |
1084 | continue; | 1086 | continue; |
1085 | } | 1087 | } |