]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: fix f_namelen reported by statfs
authorSage Weil <sage@newdream.net>
Tue, 1 Jun 2010 19:51:12 +0000 (12:51 -0700)
committerSage Weil <sage@newdream.net>
Tue, 1 Jun 2010 23:56:03 +0000 (16:56 -0700)
commitce358189fe888e976e01f4d958016dd72d7a2bb1
tree6a8a46b1b8a0588506160624cffebed157a4455e
parent12be08747bbb13bce0111d33713cd502c01f334f
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 <sage@newdream.net>
fs/ceph/super.c