commit | cda0ec6a86f18127d490048a46de954c03886d5e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sat Jul 16 15:24:05 2011 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jul 25 21:36:44 2011 +0000 |
tree | 82497b560bff0119054abbf6d1c6686c09bb4842 | |
parent | 9feed6f8fbab477b6339efb4f3119a3c22dc187e [diff] |
cifs: introduce cifs_dirent Introduce a generic directory entry structure, and factor the parsing of the various on the wire structures that can represent one into a common helper. Switch cifs_entry_is_dot over to use it as a start. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>