Skip to content
Commit 558d3499 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: fix f_namelen reported by statfs



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: default avatarSage Weil <sage@newdream.net>
parent 20547567
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment