diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-07-16 15:24:37 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-07-25 21:43:14 +0000 |
commit | eaf35b1ea8c12edc5ba8299a8ecfe1efab85101b (patch) | |
tree | 780a33eae1f8775cc180970f22157b6dd8b91902 /fs/cifs/cifsglob.h | |
parent | f16d59b417d781eb7fe63a561272429b5e098c3a (diff) | |
download | blackbird-op-linux-eaf35b1ea8c12edc5ba8299a8ecfe1efab85101b.tar.gz blackbird-op-linux-eaf35b1ea8c12edc5ba8299a8ecfe1efab85101b.zip |
cifs: use cifs_dirent in cifs_save_resume_key
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 6255fa812c7a..1fcf4e5b3112 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -501,7 +501,7 @@ struct cifs_search_info { char *ntwrk_buf_start; char *srch_entries_start; char *last_entry; - char *presume_name; + const char *presume_name; unsigned int resume_name_len; bool endOfSearch:1; bool emptyDir:1; |