Skip to content

Commit

Permalink
[JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h.
Browse files Browse the repository at this point in the history
'#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>
  • Loading branch information
KaiGai Kohei committed May 13, 2006
1 parent 084702e commit 4470d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/jffs2/xattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4470d04

Please sign in to comment.