Skip to content
Snippets Groups Projects
Commit 2a6831f1 authored by Andrew Perepechko's avatar Andrew Perepechko
Browse files

Branch b1_6

b=15036
i=johann
i=tianzy

update local vars types to handle 64-bit data
parent 31726de9
No related branches found
No related tags found
No related merge requests found
......@@ -1569,12 +1569,12 @@ struct chk_dqblk{
struct list_head dqb_list; /* in list also */
qid_t dqb_id; /* uid/gid */
short dqb_type; /* USRQUOTA/GRPQUOTA */
__u32 dqb_bhardlimit; /* block hard limit */
__u32 dqb_bsoftlimit; /* block soft limit */
qsize_t dqb_bhardlimit; /* block hard limit */
qsize_t dqb_bsoftlimit; /* block soft limit */
qsize_t dqb_curspace; /* current space */
__u32 dqb_ihardlimit; /* inode hard limit */
__u32 dqb_isoftlimit; /* inode soft limit */
__u32 dqb_curinodes; /* current inodes */
qsize_t dqb_ihardlimit; /* inode hard limit */
qsize_t dqb_isoftlimit; /* inode soft limit */
qsize_t dqb_curinodes; /* current inodes */
__u64 dqb_btime; /* block grace time */
__u64 dqb_itime; /* inode grace time */
__u32 dqb_valid; /* flag for above fields */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment