]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0764785fc1c18b1932ec30ecd3604e1d0f5a65bd
treea81d1dae07945ce0e6afb22e87c65fe9a0d44be1
parent66ab81f8f9918f1d19aed1a2d58c99322ead4e9d
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