mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 11:53:15 +01:00
Added syscall to update filestats (size) from pager.
After flushing written/truncated pages, stats are updated so that vfs is synced with new file info such as its size.
This commit is contained in:
@@ -11,6 +11,7 @@ find ./ -name '*.lds' >> tagfilelist
|
||||
|
||||
# Use file list to include in tags.
|
||||
ctags --languages=C,C++,Asm --recurse -Ltagfilelist
|
||||
exuberant-ctags --languages=C,C++,Asm --recurse -Ltagfilelist
|
||||
|
||||
cscope -q -k -R -i tagfilelist
|
||||
# Remove file list.
|
||||
|
||||
Reference in New Issue
Block a user