X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Focfs2%2Fcluster%2Fmasklog.c;h=636593bf4d178e881038d72fa837d679c3090597;hb=f33b5d783b4f56be5ace6a1c98fb5f76b2d2d07d;hp=fd741cea5705e00d029c06b11ec4e688df1c078a;hpb=123656d4cc8c946f578ebd18c2050f5251720428;p=powerpc.git diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index fd741cea57..636593bf4d 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c @@ -74,6 +74,7 @@ struct mlog_attribute { #define define_mask(_name) { \ .attr = { \ .name = #_name, \ + .owner = THIS_MODULE, \ .mode = S_IRUGO | S_IWUSR, \ }, \ .mask = ML_##_name, \