Commit 208bc495 authored by Linus Torvalds's avatar Linus Torvalds

Fix up header file

parent 9ff2d536
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/linkage.h>
#include <asm/atomic.h> #include <asm/atomic.h>
enum bh_state_bits { enum bh_state_bits {
BH_Uptodate, /* Contains valid data */ BH_Uptodate, /* Contains valid data */
BH_Dirty, /* Is dirty */ BH_Dirty, /* Is dirty */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment