]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: added missing include
authorSage Weil <sage@newdream.net>
Tue, 28 Apr 2009 05:01:52 +0000 (22:01 -0700)
committerSage Weil <sage@newdream.net>
Tue, 28 Apr 2009 18:13:49 +0000 (11:13 -0700)
src/kernel/dir.c

index 50ec86a648215f5aff1070b9f9d2c04a277c4e06..0c5e6eaf5723b6035188906b42f2244f4da42ad3 100644 (file)
@@ -1,3 +1,5 @@
+#include <linux/spinlock.h>
+#include <linux/fs_struct.h>
 #include <linux/namei.h>
 #include <linux/sched.h>