Show
Ignore:
Timestamp:
07/07/08 20:08:39 (5 months ago)
Author:
mwhitworth
Message:

Update ReBlockMap.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/fs/fs/reiserfs/dir.c

    r705 r745  
    33int ReLookup(struct VNode** retVal,struct VNode* dir,char* name,int nameLength); 
    44int ReReadDir(struct File* file, void* dirEntries); 
    5 int ReBlockMap(struct VNode* vNode, DWORD offset); 
     5int ReBlockMap(struct VNode* vNode, DWORD offset, int flags); 
    66 
    77struct VNodeOps reVNodeOps={ 
     
    1010}; 
    1111 
    12 int ReBlockMap(struct VNode* vNode, DWORD offset) 
     12int ReBlockMap(struct VNode* vNode, DWORD offset, int flags) 
    1313{ 
    1414        struct ReCpuKey key;