summaryrefslogtreecommitdiff
path: root/fs/gfs2/sys.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-01-20 17:04:48 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-01-20 17:04:48 +1100
commit95aa27358baa3513c7d460c08b95a34abcd136f7 (patch)
treedbfef91983742eea84239e454cf74202e2d162a1 /fs/gfs2/sys.c
parentfea050d95f26085b6abb698d622d8082e60bf3ce (diff)
parentc6482ceddc9c6b5a33cfbeeff9ee7af3fc5e6c8e (diff)
Merge branch 'quilt/driver-core'
Diffstat (limited to 'fs/gfs2/sys.c')
-rw-r--r--fs/gfs2/sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c
index a0db1c94317d..a92b69cea7c1 100644
--- a/fs/gfs2/sys.c
+++ b/fs/gfs2/sys.c
@@ -574,7 +574,7 @@ static int gfs2_uevent(struct kset *kset, struct kobject *kobj,
return 0;
}
-static struct kset_uevent_ops gfs2_uevent_ops = {
+static const struct kset_uevent_ops gfs2_uevent_ops = {
.uevent = gfs2_uevent,
};