[PATCH] ext4 uninline ext4_get_group_no_and_offset()
[powerpc.git] / fs / 9p / vfs_dir.c
index 766f11f..e32d597 100644 (file)
@@ -204,7 +204,7 @@ int v9fs_dir_release(struct inode *inode, struct file *filp)
        return 0;
 }
 
-struct file_operations v9fs_dir_operations = {
+const struct file_operations v9fs_dir_operations = {
        .read = generic_read_dir,
        .readdir = v9fs_dir_readdir,
        .open = v9fs_file_open,