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:
084702e
)
[JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h.
author
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 13 May 2006 06:17:11 +0000
(15:17 +0900)
committer
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 13 May 2006 06:17:11 +0000
(15:17 +0900)
'#include <linux/list.h>' was added into xattr.h.
because 'struct list_head' is used in this header file.
[6/10] jffs2-xattr-v5.1-06-add_list.h.patch
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
fs/jffs2/xattr.h
patch
|
blob
|
history
diff --git
a/fs/jffs2/xattr.h
b/fs/jffs2/xattr.h
index 762814b7107be60fb2c80b3a57670a325efcb401..750d77ee68801dec5407861d78421c55621011ff 100644
(file)
--- a/
fs/jffs2/xattr.h
+++ b/
fs/jffs2/xattr.h
@@
-12,6
+12,7
@@
#define _JFFS2_FS_XATTR_H_
#include <linux/xattr.h>
+#include <linux/list.h>
#define JFFS2_XFLAGS_HOT (0x01) /* This datum is HOT */
#define JFFS2_XFLAGS_BIND (0x02) /* This datum is not reclaimed */