search for: workstationy

Displaying 1 result from an estimated 1 matches for "workstationy".

Did you mean: workstation
2012 Dec 17
3
getdents spinning on 0x7fffffff
...rning the entries after INT_MAX over and over (just one in this strace): getdents(3, {{d_ino=257, d_off=2147483647, d_reclen=32, d_name="file-54"}}, 32768) = 32 getdents(3, {{d_ino=257, d_off=2147483647, d_reclen=32, d_name="file-54"}}, 32768) = 32 It took around 10 hours on a workstationy box over here to reproduce this with createmany.c from the lustre tests ("./createmany -m f- -u f- 0x8000000" mknod()s and unlink()s 2^31 files), but that''s tedious. It''s easier to force initialization of index_cnt in the kernel to test things. 1) The fundamental fix i...