Bug 42682 - univention-quota/umc/python/quota/df.py: f_bsize -> f_frsize
univention-quota/umc/python/quota/df.py: f_bsize -> f_frsize
Status: NEW
Product: UCS
Classification: Unclassified
Component: Quota
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
https://lkml.org/lkml/2010/6/25/201
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-10-14 13:06 CEST by Philipp Hahn
Modified: 2020-06-22 14:40 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.034
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
hahn: Patch_Available+


Attachments
f_bsize -> f_frsize (1.00 KB, patch)
2016-10-14 13:06 CEST, Philipp Hahn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2016-10-14 13:06:53 CEST
Created attachment 8103 [details]
f_bsize -> f_frsize

man 2 statfs
>                __SWORD_TYPE f_bsize;   /* optimal transfer block size */
>                __SWORD_TYPE f_frsize;  /* fragment size (since Linux 2.6) */

man 2 statvfs
>                unsigned long  f_bsize;    /* file system block size */
>                unsigned long  f_frsize;   /* fragment size */
>                fsblkcnt_t     f_blocks;   /* size of fs in f_frsize units */

# stat -f -c '%s     %S      %n' / /boot /var/univention/buildsystem2 /srv/jenkins
4096    4096    /
1024    1024    /boot
524288  524288  /var/univention/buildsystem2
8192    8192    /srv/jenkins