]> Git Repo - linux.git/blobdiff - fs/cifs/cifsfs.c
switch security_path_chmod() to struct path *
[linux.git] / fs / cifs / cifsfs.c
index 8f1fe324162b4203fc245c9032052f6862623501..5bb961c13c4ddbd1361e4fdb8270835c4cc74e86 100644 (file)
@@ -393,7 +393,7 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m)
        cifs_show_address(s, tcon->ses->server);
 
        if (!tcon->unix_ext)
-               seq_printf(s, ",file_mode=0%o,dir_mode=0%o",
+               seq_printf(s, ",file_mode=0%ho,dir_mode=0%ho",
                                           cifs_sb->mnt_file_mode,
                                           cifs_sb->mnt_dir_mode);
        if (tcon->seal)
This page took 0.028081 seconds and 4 git commands to generate.