projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vfs: Remove the guts of the VFS
[akaros.git]
/
kern
/
include
/
kref.h
diff --git
a/kern/include/kref.h
b/kern/include/kref.h
index
15b5ae9
..
7888b7f
100644
(file)
--- a/
kern/include/kref.h
+++ b/
kern/include/kref.h
@@
-10,8
+10,7
@@
*
* See our Documentation/kref.txt for more info. */
-#ifndef ROS_KERN_KREF_H
-#define ROS_KERN_KREF_H
+#pragma once
#include <atomic.h>
#include <assert.h>
@@
-80,5
+79,3
@@
static void fake_release(struct kref *kref)
{
panic("Cleaning up this object is not supported!\n");
}
-
-#endif /* ROS_KERN_KREF_H */