projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f423d50
)
kernel/vfs_quota: Fix the placement of braces.
author
Sascha Wildner <saw@online.de>
Wed, 14 Dec 2011 13:32:45 +0000 (14:32 +0100)
committer
Sascha Wildner <saw@online.de>
Wed, 14 Dec 2011 13:32:45 +0000 (14:32 +0100)
sys/kern/vfs_quota.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/kern/vfs_quota.c
b/sys/kern/vfs_quota.c
index
f4c0246
..
37168c9
100644
(file)
--- a/
sys/kern/vfs_quota.c
+++ b/
sys/kern/vfs_quota.c
@@
-116,7
+116,8
@@
SYSCTL_INT(_vfs, OID_AUTO, accounting_enabled, CTLFLAG_RD,
/* initializes global accounting data */
void
-vq_init(struct mount *mp) {
+vq_init(struct mount *mp)
+{
if (!vfs_accounting_enabled)
return;
@@
-139,7
+140,8
@@
vq_init(struct mount *mp) {
void
-vq_done(struct mount *mp) {
+vq_done(struct mount *mp)
+{
/* TODO: remove the rb trees here */
}
@@
-170,7
+172,8
@@
vfs_stdaccount(struct mount *mp, uid_t uid, gid_t gid, int64_t delta)
}
static void
-cmd_get_usage_all(struct mount *mp, prop_array_t dict_out) {
+cmd_get_usage_all(struct mount *mp, prop_array_t dict_out)
+{
struct ac_unode *unp;
struct ac_gnode *gnp;
int i;