Update of /cvsroot/njbfs/njbfs
In directory usw-pr-cvs1:/tmp/cvs-serv32676
Modified Files:
Tag: ben
njbfs_cache.h
Log Message:
ben: whoops didnt mean to check that in
Index: njbfs_cache.h
===================================================================
RCS file: /cvsroot/njbfs/njbfs/njbfs_cache.h,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -d -r1.4.2.3 -r1.4.2.4
*** njbfs_cache.h 26 Feb 2002 02:20:05 -0000 1.4.2.3
--- njbfs_cache.h 26 Feb 2002 02:22:22 -0000 1.4.2.4
***************
*** 192,204 ****
};
- struct njbfs_write_cache {
- int fileid;
- off_t offset;
- void *page;
- struct njbfs_write_cache *prev;
- struct njbfs_write_cache *next;
- };
-
-
struct njbfs_sb_info;
--- 192,195 ----
|