From: Sage Weil Date: Tue, 1 Jun 2010 19:51:12 +0000 (-0700) Subject: ceph: fix f_namelen reported by statfs X-Git-Tag: v2.6.35-rc3~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558d3499bd059d4534b1f2b69dc1c562acc733fe;p=pandora-kernel.git 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: Sage Weil --- Reading git-diff-tree failed