X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Focfs2%2Fuptodate.h;h=531b4b3a0c47ffa66fc680fc38dfc890cf09a34b;hb=23db9f430be9325a861c7762c1ffadad9ca528a8;hp=01cd32d26b06867c28f67326941ee4c52ab1f087;hpb=0c6c98fb187524935a93fdd4f9a7193e7b110782;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/ocfs2/uptodate.h b/fs/ocfs2/uptodate.h index 01cd32d..531b4b3 100644 --- a/fs/ocfs2/uptodate.h +++ b/fs/ocfs2/uptodate.h @@ -40,5 +40,10 @@ 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); +void ocfs2_remove_xattr_clusters_from_cache(struct inode *inode, + sector_t block, + u32 c_len); +int ocfs2_buffer_read_ahead(struct inode *inode, + struct buffer_head *bh); #endif /* OCFS2_UPTODATE_H */