[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / ncpfs / dir.c
index cfd76f431dc0ecba78d8e8bb96c668c402979cc5..f0860c602d8bbcc14b51b1d7c96732653bed890c 100644 (file)
@@ -49,7 +49,7 @@ extern int ncp_symlink(struct inode *, struct dentry *, const char *);
 #define ncp_symlink NULL
 #endif
                      
-struct file_operations ncp_dir_operations =
+const struct file_operations ncp_dir_operations =
 {
        .read           = generic_read_dir,
        .readdir        = ncp_readdir,
This page took 0.037112 seconds and 5 git commands to generate.