K 10 svn:author V 4 gleb K 8 svn:date V 27 2012-05-18T10:01:31.284006Z K 7 svn:log V 363 Don't use ino_t in dumprestore protocol definition. Since ino_t size is about to change to 64-bits, replace ino_t used in dump protocol definition with 32-bit dump_ino_t to preserve backward compatibility. At some point, it may be necessary to use spare fields in struct in order to fully support 64-bit inode numbers. Sponsored by: Google Summer of Code 2011 END