cifs: fix noserverino handling when unix extensions are enabled
authorJeff Layton <jlayton@redhat.com>
Mon, 17 May 2010 11:18:58 +0000 (07:18 -0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 17 May 2010 20:59:21 +0000 (20:59 +0000)
The uniqueid field sent by the server when unix extensions are enabled
is currently used sometimes when it shouldn't be. The readdir codepath
is correct, but most others are not. Fix it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found