cifs: use cifs_dirent to replace cifs_get_name_from_search_buf
authorChristoph Hellwig <hch@infradead.org>
Sat, 16 Jul 2011 19:24:22 +0000 (15:24 -0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 25 Jul 2011 21:40:53 +0000 (21:40 +0000)
commitf16d59b417d781eb7fe63a561272429b5e098c3a
tree5a1839f2032713452d979ae11f7a9266663988d0
parentcda0ec6a86f18127d490048a46de954c03886d5e
cifs: use cifs_dirent to replace cifs_get_name_from_search_buf

This allows us to parse the on the wire structures only once in
cifs_filldir.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/readdir.c