cifs: clean up handling when server doesn't consistently support inode numbers
authorJeff Layton <jlayton@redhat.com>
Fri, 6 Nov 2009 19:18:29 +0000 (14:18 -0500)
committerSteve French <sfrench@us.ibm.com>
Fri, 6 Nov 2009 22:04:37 +0000 (22:04 +0000)
commitec06aedd44541129840ed52e6165afa3796a27bf
tree3099a49ef7aac9ea14a921559ba067b230e33948
parent7c9abfb884b8737f0afdc8a88bcea77526f0da87
cifs: clean up handling when server doesn't consistently support inode numbers

It's possible that a server will return a valid FileID when we query the
FILE_INTERNAL_INFO for the root inode, but then zeroed out inode numbers
when we do a FindFile with an infolevel of
SMB_FIND_FILE_ID_FULL_DIR_INFO.

In this situation turn off querying for server inode numbers, generate a
warning for the user and just generate an inode number using iunique.
Once we generate any inode number with iunique we can no longer use any
server inode numbers or we risk collisions, so ensure that we don't do
that in cifs_get_inode_info either.

Cc: Stable <stable@kernel.org>
Reported-by: Timothy Normand Miller <theosib@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsproto.h
fs/cifs/inode.c
fs/cifs/misc.c
fs/cifs/readdir.c