diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-05 23:43:11 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-05 23:43:11 -0500 |
| commit | 29552b1462799afbe02af035b243e97579d63350 (patch) | |
| tree | 42ad1639678a1bc8064f690494f62497bc48d318 /include/linux/writeback.h | |
| parent | 6c59f9d9fb95934bf3d7d64249b338ce79953b5b (diff) | |
| parent | 51e7a5987058c6b4d0c1337587f2ec0c34ffa708 (diff) | |
Merge http://oss.oracle.com/git/ocfs2
Diffstat (limited to 'include/linux/writeback.h')
| -rw-r--r-- | include/linux/writeback.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index 343d883d69c5..64a36ba43b2f 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
| @@ -60,12 +60,6 @@ struct writeback_control { | |||
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | /* | 62 | /* |
| 63 | * ->writepage() return values (make these much larger than a pagesize, in | ||
| 64 | * case some fs is returning number-of-bytes-written from writepage) | ||
| 65 | */ | ||
| 66 | #define WRITEPAGE_ACTIVATE 0x80000 /* IO was not started: activate page */ | ||
| 67 | |||
| 68 | /* | ||
| 69 | * fs/fs-writeback.c | 63 | * fs/fs-writeback.c |
| 70 | */ | 64 | */ |
| 71 | void writeback_inodes(struct writeback_control *wbc); | 65 | void writeback_inodes(struct writeback_control *wbc); |
