commit | 4065c802da7484fa36f8cdf10f18d087233ecb88 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon May 17 07:18:58 2010 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Mon May 17 20:59:21 2010 +0000 |
tree | a81d1dae07945ce0e6afb22e87c65fe9a0d44be1 | |
parent | 84f30c66c3689745abbd3b9ce39816caeb9bec3b [diff] |
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>