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:
Bahadir Balban
2008-05-21 10:23:11 +00:00
parent 5efece98cd
commit bd8b182f1b
6 changed files with 70 additions and 7 deletions

View File

@@ -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.