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)
commit4065c802da7484fa36f8cdf10f18d087233ecb88
treea81d1dae07945ce0e6afb22e87c65fe9a0d44be1
parent84f30c66c3689745abbd3b9ce39816caeb9bec3b
cifs: fix noserverino handling when unix extensions are enabled

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>
fs/cifs/cifsproto.h
fs/cifs/dir.c
fs/cifs/inode.c