X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=fs%2Fomfs%2Ffile.c;h=399487c093646a86ea910756d127d53e4e813668;hp=4845fbb18e6e96c579384e3dfa53271a0b577343;hb=828c09509b9695271bcbdc53e9fc9a6a737148d2;hpb=1c4115e595dec42aa0e81ba47ef46e35b34ed428 diff --git a/fs/omfs/file.c b/fs/omfs/file.c index 4845fbb..399487c 100644 --- a/fs/omfs/file.c +++ b/fs/omfs/file.c @@ -322,7 +322,7 @@ static sector_t omfs_bmap(struct address_space *mapping, sector_t block) return generic_block_bmap(mapping, block, omfs_get_block); } -struct file_operations omfs_file_operations = { +const struct file_operations omfs_file_operations = { .llseek = generic_file_llseek, .read = do_sync_read, .write = do_sync_write,