• S
    ceph: fix f_namelen reported by statfs · 558d3499
    Sage Weil 提交于
    We were setting f_namelen in kstatfs to PATH_MAX instead of NAME_MAX.
    That disagrees with ceph_lookup behavior (which checks against NAME_MAX),
    and also makes the pjd posix test suite spit out ugly errors because with
    can't clean up its temporary files.
    Signed-off-by: NSage Weil <sage@newdream.net>
    558d3499
super.c 26.9 KB