]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/fuse/file.c
[PATCH] mark address_space_operations const
[net-next-2.6.git] / fs / fuse / file.c
index 28aa81eae2cc6ddee6a2c41c5dee99254ea90f75..63614ed16336d7dec7bd4902a9c43d582e48842e 100644 (file)
@@ -770,7 +770,7 @@ static const struct file_operations fuse_direct_io_file_operations = {
        /* no mmap and sendfile */
 };
 
-static struct address_space_operations fuse_file_aops  = {
+static const struct address_space_operations fuse_file_aops  = {
        .readpage       = fuse_readpage,
        .prepare_write  = fuse_prepare_write,
        .commit_write   = fuse_commit_write,