diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-01 15:49:50 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-01 15:49:50 -0800 |
| commit | b1e2d907cb748ef40b180184f36e594d35f12ba6 (patch) | |
| tree | 19f41aef9a559869bbe7a0ef6e9773e06e657558 /fs/ocfs2/cluster/masklog.c | |
| parent | e0a5c57848f7690a247bb8af4fa412844b0b00bb (diff) | |
| parent | 81f2094a631df1ba275f4d4bd7ea5bacfd8dbcfc (diff) | |
Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2
Diffstat (limited to 'fs/ocfs2/cluster/masklog.c')
| -rw-r--r-- | fs/ocfs2/cluster/masklog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index fd741cea5705..636593bf4d17 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, \ |
