Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242428
b: refs/heads/master
c: c03e312
h: refs/heads/master
v: v3
  • Loading branch information
Rakib Mullick authored and Linus Torvalds committed Mar 26, 2011
1 parent c9f34cd commit c97b130
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9263412501022fecef844907129ee2513b5a89de
refs/heads/master: c03e3126e4f9535f4983d727f036440255c43c82
9 changes: 9 additions & 0 deletions trunk/fs/coda/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,13 @@ void coda_sysctl_clean(void)
fs_table_header = NULL;
}
}

#else
void coda_sysctl_init(void)
{
}

void coda_sysctl_clean(void)
{
}
#endif

0 comments on commit c97b130

Please sign in to comment.