]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] use sensible file nlink values if unprovided
authorSteve French <smfrench@gmail.com>
Thu, 4 Jul 2013 19:38:48 +0000 (14:38 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 4 Jul 2013 19:38:48 +0000 (14:38 -0500)
commitcdf6b4b083a365a0392ba32b99cefeeb73801e42
tree69227c172bf861db86ab38619d247b36e4e16683
parent4a345cef079b38ad3099d19f78aef99baf9b86d4
[CIFS] use sensible file nlink values if unprovided

Certain servers may not set the NumberOfLinks field in query file/path
info responses. In such a case, cifs_inode_needs_reval() assumes that
all regular files are hardlinks and triggers revalidation, leading to
excessive and unnecessary network traffic.

This change hardcodes cf_nlink (and subsequently i_nlink) when not
returned by the server, similar to what already occurs in cifs_mkdir().

Cc: <stable@vger.kernel.org>
Signed-off-by: David Disseldorp <ddiss@suse.de>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/inode.c