udf: initialize newblock to 0
[linux-block.git] / fs / cifs / fs_context.h
index bbaee4c2281f8857a74bff6d1be87196767b3dbb..44cb5639ed3ba3502db464c887526c3c0b0ec58a 100644 (file)
@@ -264,8 +264,7 @@ struct smb3_fs_context {
        __u16 compression; /* compression algorithm 0xFFFF default 0=disabled */
        bool rootfs:1; /* if it's a SMB root file system */
        bool witness:1; /* use witness protocol */
-
-       char *mount_options;
+       char *leaf_fullpath;
 };
 
 extern const struct fs_parameter_spec smb3_fs_parameters[];