Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38732
b: refs/heads/master
c: 66de045
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Jul 3, 2006
1 parent 737a035 commit 7442da9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c0834a30cceeaf2748705d2b31f0d058693b716
refs/heads/master: 66de045d9fe6147b065c47236d3b9d8d8a6cbd57
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/meta_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int gfs2_aspace_releasepage(struct page *page, gfp_t gfp_mask)
return try_to_free_buffers(page);
}

static struct address_space_operations aspace_aops = {
static const struct address_space_operations aspace_aops = {
.writepage = gfs2_aspace_writepage,
.releasepage = gfs2_aspace_releasepage,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ static ssize_t gfs2_direct_IO(int rw, struct kiocb *iocb,
DIO_OWN_LOCKING);
}

struct address_space_operations gfs2_file_aops = {
const struct address_space_operations gfs2_file_aops = {
.writepage = gfs2_writepage,
.readpage = gfs2_readpage,
.readpages = gfs2_readpages,
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef __OPS_ADDRESS_DOT_H__
#define __OPS_ADDRESS_DOT_H__

extern struct address_space_operations gfs2_file_aops;
extern const struct address_space_operations gfs2_file_aops;
extern int gfs2_get_block(struct inode *inode, sector_t lblock,
struct buffer_head *bh_result, int create);

Expand Down

0 comments on commit 7442da9

Please sign in to comment.