projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kobject: grab the kset reference in kobject_add, not kobject_init
[linux-2.6]
/
fs
/
ocfs2
/
uptodate.h
diff --git
a/fs/ocfs2/uptodate.h
b/fs/ocfs2/uptodate.h
index
01cd32d
..
2e73206
100644
(file)
--- a/
fs/ocfs2/uptodate.h
+++ b/
fs/ocfs2/uptodate.h
@@
-40,5
+40,7
@@
void ocfs2_set_new_buffer_uptodate(struct inode *inode,
struct buffer_head *bh);
void ocfs2_remove_from_cache(struct inode *inode,
struct buffer_head *bh);
+int ocfs2_buffer_read_ahead(struct inode *inode,
+ struct buffer_head *bh);
#endif /* OCFS2_UPTODATE_H */