From 3f877b42d8d2850b4c384e0c394dc7b71fca491b Mon Sep 17 00:00:00 2001 From: Aurelien Aptel Date: Wed, 20 Apr 2016 16:32:46 +0200 Subject: [PATCH 1/2] fs/cifs: Add full_path_type enum Signed-off-by: Aurelien Aptel --- fs/cifs/cifsglob.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index f2cc0b3..2b5b796 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -1644,4 +1644,10 @@ extern struct smb_version_values smb302_values; #define ALT_SMB311_VERSION_STRING "3.11" extern struct smb_version_operations smb311_operations; extern struct smb_version_values smb311_values; + +enum full_path_type { + CIFS_NO_PREFIX, + CIFS_WITH_DFS_UNC_PREFIX, +}; + #endif /* _CIFS_GLOB_H */ -- 2.1.4