diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:19:54 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:19:54 -0800 |
| commit | d51c905ac6b3d259cf977038b23163d00a869c1b (patch) | |
| tree | a71da446d6a89f208297432ef3c3e271dcf76a51 /include/linux/fs.h | |
| parent | a41cd6e4274462df70a72f57c5a6cb85db924a08 (diff) | |
v2.4.10.0.1 -> v2.4.10.0.2
- more buffers-in-pagecache coherency
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 686fb7160c25..6d6066c6c228 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1086,11 +1086,6 @@ extern void end_buffer_io_sync(struct buffer_head *bh, int uptodate); /* reiserfs_writepage needs this */ extern void set_buffer_async_io(struct buffer_head *bh) ; -#define BUF_CLEAN 0 -#define BUF_LOCKED 1 /* Buffers scheduled for write */ -#define BUF_DIRTY 2 /* Dirty buffers, not yet scheduled for write */ -#define NR_LIST 3 - static inline void get_bh(struct buffer_head * bh) { atomic_inc(&(bh)->b_count); |
