projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87fc767
)
[PATCH] ntfs build fix
author
Andrew Morton
<akpm@osdl.org>
Sat, 10 Sep 2005 07:25:47 +0000
(
00:25
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:20 +0000
(10:06 -0700)
*** Warning: "bit_spin_lock" [fs/ntfs/ntfs.ko] undefined!
*** Warning: "bit_spin_unlock" [fs/ntfs/ntfs.ko] undefined!
Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ntfs/aops.c
patch
|
blob
|
history
diff --git
a/fs/ntfs/aops.c
b/fs/ntfs/aops.c
index 545236414d592b7f3abdf810799f64ae758ca2d2..b6cc8cf24626b0a1f15ec8deffddc704da797c0e 100644
(file)
--- a/
fs/ntfs/aops.c
+++ b/
fs/ntfs/aops.c
@@
-27,6
+27,7
@@
#include <linux/swap.h>
#include <linux/buffer_head.h>
#include <linux/writeback.h>
+#include <linux/bit_spinlock.h>
#include "aops.h"
#include "attrib.h"