commit | d6120a2a5e9825557fb36cddb028fe5d4b00afec | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Oct 04 11:46:21 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Oct 04 19:18:15 2011 -0400 |
tree | 9d22919a06b8c741c666e843b4bf8144eb61c611 | |
parent | 36e4e21f511423450285568ceb26b3ddb233e286 [diff] |
libquota: use ext2_loff_t instead of loff_t The type loff_t is not portable. Use ext2_loff_t which handles this for us. Cc: Aditya Kali <adityakali@google.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>