OSDN Git Service

libquota: use ext2_loff_t instead of loff_t
authorTheodore Ts'o <tytso@mit.edu>
Tue, 4 Oct 2011 15:46:21 +0000 (11:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Oct 2011 23:18:15 +0000 (19:18 -0400)
commitd6120a2a5e9825557fb36cddb028fe5d4b00afec
tree9d22919a06b8c741c666e843b4bf8144eb61c611
parent36e4e21f511423450285568ceb26b3ddb233e286
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>
lib/quota/quotaio.c
lib/quota/quotaio.h
lib/quota/quotaio_tree.c