[Balls-cvs-act] CVS: linux/include/linux balls.h,1.5,1.6 balls_bits.h,1.5,1.6 dcache.h,1.11,1.12 fs.
Status: Pre-Alpha
Brought to you by:
quinnharris
|
From: Quinn H. <qui...@us...> - 2001-10-20 06:13:52
|
Update of /cvsroot/balls/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv10420/linux/include/linux Modified Files: dcache.h fs.h Added Files: balls.h balls_bits.h Log Message: Index: dcache.h =================================================================== RCS file: /cvsroot/balls/linux/include/linux/dcache.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** dcache.h 2001/10/20 05:11:48 1.11 --- dcache.h 2001/10/20 06:13:50 1.12 *************** *** 124,127 **** --- 124,128 ---- */ #define DCACHE_REFERENCED 0x0008 /* Recently used, don't discard. */ + #define DCACHE_CREATE 0x0010 /* dentry created by posible copy op, for balls fs */ extern spinlock_t dcache_lock; Index: fs.h =================================================================== RCS file: /cvsroot/balls/linux/include/linux/fs.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** fs.h 2001/10/20 05:11:48 1.12 --- fs.h 2001/10/20 06:13:50 1.13 *************** *** 134,137 **** --- 134,138 ---- #define S_DEAD 32 /* removed, but still open directory */ #define S_NOQUOTA 64 /* Inode is not counted to quota */ + #define S_EXCLUDED 128 /* excluded from logging for balls */ /* |