X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Faffs%2Fsymlink.c;h=f802256a59330d96d537ac513f636b01a81eb79c;hb=refs%2Fheads%2Fvserver;hp=426f0f094f23b145372e3153731eb8112a172463;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/fs/affs/symlink.c b/fs/affs/symlink.c index 426f0f094..f802256a5 100644 --- a/fs/affs/symlink.c +++ b/fs/affs/symlink.c @@ -66,7 +66,7 @@ fail: return err; } -struct address_space_operations affs_symlink_aops = { +const struct address_space_operations affs_symlink_aops = { .readpage = affs_symlink_readpage, };