[DFS] remove st_blksize in the struct stat

This commit is contained in:
Bernard Xiong
2015-10-01 06:46:52 +00:00
parent 1ac6bc6c88
commit d2ec1f3eaa
13 changed files with 5 additions and 19 deletions
-2
View File
@@ -505,8 +505,6 @@ static int dfs_win32_stat(struct dfs_filesystem *fs, const char *path, struct st
st->st_mtime = time_tmp.QuadPart;
}
st->st_blksize = 0;
FindClose(hFind);
return 0;